Fix missing AllowRevealedSenders flag in test.

This commit is contained in:
Kris Nuttycombe 2022-03-18 21:41:38 -06:00
parent b73ca36c45
commit b32c8d3f0f
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ class ListReceivedTest (BitcoinTestFramework):
opid = self.nodes[1].z_sendmany(taddr, [
{'address': uao, 'amount': 1, 'memo': my_memo},
{'address': uaso, 'amount': 2},
])
], 1, 0, 'AllowRevealedSenders')
txid0 = wait_and_assert_operationid_status(self.nodes[1], opid)
self.sync_all()