Skip to content

Commit

Permalink
fix rpc testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage committed Nov 29, 2019
1 parent 3a52350 commit de47393
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qa/rpc-tests/wallet_listreceived.py
Expand Up @@ -53,6 +53,9 @@ def run_test_release(self, release, height):
# Confirm transaction (1 ZEC from taddr to zaddr1)
self.generate_and_sync(height+3)

# adjust previous result because now there is one more confirmation
r[0]['confirmations'] += 1

# Require one confirmation, note should be present
assert_equal(r, self.nodes[1].z_listreceivedbyaddress(zaddr1))

Expand Down

0 comments on commit de47393

Please sign in to comment.