From b0d212db90ab502a0f0eda2b72a10816ce0e5e3e Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 27 Oct 2024 06:18:43 +0400 Subject: [PATCH] Fix mempool_sigoplimit.py --- test/functional/mempool_sigoplimit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/mempool_sigoplimit.py b/test/functional/mempool_sigoplimit.py index ed36fabc79..d1e101b3dc 100755 --- a/test/functional/mempool_sigoplimit.py +++ b/test/functional/mempool_sigoplimit.py @@ -144,7 +144,7 @@ def test_sigops_package(self): def create_bare_multisig_tx(utxo_to_spend=None): _, pubkey = generate_keypair() - amount_for_bare = 50000 + amount_for_bare = 5000000 tx_dict = self.wallet.create_self_transfer(fee=Decimal("3"), utxo_to_spend=utxo_to_spend) tx_utxo = tx_dict["new_utxo"] tx = tx_dict["tx"]