diff options
| author | bikinibabe <[email protected]> | 2015-01-31 15:07:55 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-31 17:38:28 -0500 |
| commit | ee932025c1a318943a6b101be9fe7a4a2e10648c (patch) | |
| tree | cca272581d2cb6b9bf39283f3e4ab26da032a4fc /qa/rpc-tests/wallet.py | |
| parent | fix _code_ snippet in gitian-building.md (diff) | |
| download | discoin-ee932025c1a318943a6b101be9fe7a4a2e10648c.tar.xz discoin-ee932025c1a318943a6b101be9fe7a4a2e10648c.zip | |
Changed pronouns for correctness and inclusivity
Diffstat (limited to 'qa/rpc-tests/wallet.py')
| -rwxr-xr-x | qa/rpc-tests/wallet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/wallet.py b/qa/rpc-tests/wallet.py index f280ac380..3e63493dc 100755 --- a/qa/rpc-tests/wallet.py +++ b/qa/rpc-tests/wallet.py @@ -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() |