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.
2 parents 0ca31d1 + e211295 commit 87b9990Copy full SHA for 87b9990
test/functional/receivedby.py
@@ -107,7 +107,7 @@ def run_test(self):
107
108
# Create a new account named "mynewaccount" that has a 0 balance
109
self.nodes[1].getaccountaddress("mynewaccount")
110
- received_by_account_json = [r for r in self.nodes[1].listreceivedbyaccount(0, True) if r["account"] == "mynewaccount"][0]
+ received_by_account_json = [r for r in self.nodes[1].listreceivedbyaccount(0, False, True) if r["account"] == "mynewaccount"][0]
111
112
# Test includeempty of listreceivedbyaccount
113
assert_equal(received_by_account_json["amount"], Decimal("0.0"))
0 commit comments