We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4952a2 commit c69e7e8Copy full SHA for c69e7e8
test/functional/sapling_wallet_listreceived.py
@@ -95,7 +95,7 @@ def run_test(self):
95
assert_false(r[0]['change'], "Note should not be change")
96
assert_equal(my_memo_hex, r[0]['memo'])
97
assert_equal(0, r[0]['confirmations'])
98
- assert_equal(-1, r[0]['blockindex'])
+ assert_equal(0, r[0]['blockindex'])
99
assert_equal(0, r[0]['blockheight'])
100
101
c = self.nodes[1].getsaplingnotescount(0)
0 commit comments