Skip to content

Commit 87b9990

Browse files
Merge branch 'backports-0.16-pr5' of github.com:PastaPastaPasta/dash into backports-0.16-pr5
2 parents 0ca31d1 + e211295 commit 87b9990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/receivedby.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def run_test(self):
107107

108108
# Create a new account named "mynewaccount" that has a 0 balance
109109
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]
110+
received_by_account_json = [r for r in self.nodes[1].listreceivedbyaccount(0, False, True) if r["account"] == "mynewaccount"][0]
111111

112112
# Test includeempty of listreceivedbyaccount
113113
assert_equal(received_by_account_json["amount"], Decimal("0.0"))

0 commit comments

Comments
 (0)