Skip to content

Commit 5ffe0d1

Browse files
JeremyRubinMarcoFalke
andcommitted
Update comment in test/functional/wallet_balance.py
Co-Authored-By: MarcoFalke <[email protected]>
1 parent a550c58 commit 5ffe0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_balance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def run_test(self):
112112
def test_balances(*, fee_node_1=0):
113113
# getbalance without any arguments includes unconfirmed transactions, but not untrusted transactions
114114
assert_equal(self.nodes[0].getbalance(), Decimal('9.99')) # change from node 0's send
115-
assert_equal(self.nodes[1].getbalance(), Decimal('0')) # change from node 1's send
115+
assert_equal(self.nodes[1].getbalance(), Decimal('0')) # node 1's send had an unsafe input
116116
# Same with minconf=0
117117
assert_equal(self.nodes[0].getbalance(minconf=0), Decimal('9.99'))
118118
assert_equal(self.nodes[1].getbalance(minconf=0), Decimal('0'))

0 commit comments

Comments
 (0)