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"]