Changed pronouns for correctness and inclusivity

This commit is contained in:
bikinibabe
2015-01-31 15:07:55 -05:00
committed by Cory Fields
parent 1fa89a54e8
commit ee932025c1
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ class WalletTest (BitcoinTestFramework):
walletinfo = self.nodes[0].getwalletinfo()
assert_equal(walletinfo['immature_balance'], 0)
# Have node0 mine a block, thus he will collect his own fee.
# Have node0 mine a block, thus they will collect their own fee.
self.nodes[0].setgenerate(True, 1)
self.sync_all()