mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-28 13:32:53 +02:00
doc: Correct spelling errors in comments
And ci script output. Identified via test/lint/lint-spelling
This commit is contained in:
@@ -113,7 +113,7 @@ class BackwardsCompatibilityTest(BitcoinTestFramework):
|
||||
# Create another conflicting transaction using RBF
|
||||
tx3_id = self.nodes[1].sendtoaddress(return_address, 1)
|
||||
tx4_id = self.nodes[1].bumpfee(tx3_id)["txid"]
|
||||
# Abondon transaction, but don't confirm
|
||||
# Abandon transaction, but don't confirm
|
||||
self.nodes[1].abandontransaction(tx3_id)
|
||||
|
||||
# w1_v19: regular wallet, created with v0.19
|
||||
|
Reference in New Issue
Block a user