mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-09-08 00:03:00 +02:00
doc: fix typos
Co-authored-by: Ragnar <rodiondenmark@gmail.com> Co-authored-by: VolodymyrBg <aqdrgg19@gmail.com>
This commit is contained in:
@@ -211,7 +211,7 @@ class MempoolUpdateFromBlockTest(BitcoinTestFramework):
|
||||
# Last tx fits now
|
||||
self.nodes[0].sendrawtransaction(chain[-1]["hex"])
|
||||
|
||||
# Finally, reorg to empty chain kick everything back into mempool
|
||||
# Finally, reorg to empty chain to kick everything back into mempool
|
||||
# at normal chain limits
|
||||
for block in fork_blocks:
|
||||
self.nodes[0].submitblock(block.serialize().hex())
|
||||
|
@@ -105,7 +105,7 @@ class MiningTest(BitcoinTestFramework):
|
||||
wallet_sigops = MiniWallet(node, mode=MiniWalletMode.RAW_P2PK)
|
||||
self.generate(wallet_sigops, 1, sync_fun=self.no_op)
|
||||
|
||||
# Mature with regular coinbases to prevent inteference with other tests
|
||||
# Mature with regular coinbases to prevent interference with other tests
|
||||
self.generate(self.wallet, 100, sync_fun=self.no_op)
|
||||
|
||||
# Generate three transactions that must be mined in sequence
|
||||
|
Reference in New Issue
Block a user