mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 20:12:36 +02:00
Bugfix: Grammar fixes
This commit is contained in:
committed by
Luke Dashjr
parent
18d2832678
commit
7e6d23b171
@ -62,7 +62,7 @@ class WalletTest (BitcoinTestFramework):
|
||||
walletinfo = self.nodes[0].getwalletinfo()
|
||||
assert_equal(walletinfo['immature_balance'], 0)
|
||||
|
||||
# Have node0 mine a block, thus they will collect their own fee.
|
||||
# Have node0 mine a block, thus it will collect its own fee.
|
||||
self.nodes[0].generate(1)
|
||||
self.sync_all()
|
||||
|
||||
|
Reference in New Issue
Block a user