Skip to content

Commit

Permalink
Fix mining_basic.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil committed Oct 27, 2024
1 parent b0d212d commit 4ddd883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/mining_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

VERSIONBITS_TOP_BITS = 0x20000000
VERSIONBITS_DEPLOYMENT_TESTDUMMY_BIT = 28
DEFAULT_BLOCK_MIN_TX_FEE = 1000 # default `-blockmintxfee` setting [sat/kvB]
DEFAULT_BLOCK_MIN_TX_FEE = 400000 # default `-blockmintxfee` setting [sat/kvB]
BLOCK_HEADER_SIZE = len(CBlockHeader().serialize())


Expand Down

0 comments on commit 4ddd883

Please sign in to comment.