Revert "Add `AllowRevealedSenders` to fix `mempool_nu_activation.py`"

This reverts commit 6f5360fbd8.
This commit is contained in:
Greg Pfeil 2023-04-12 09:22:19 -06:00
parent 035e21a610
commit f7a27e8089
No known key found for this signature in database
GPG Key ID: 1193ACD196ED61F2
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class MempoolUpgradeActivationTest(BitcoinTestFramework):
node1_taddr = get_coinbase_address(self.nodes[1])
node0_zaddr = self.nodes[0].z_getnewaddress('sapling')
recipients = [{'address': node0_zaddr, 'amount': Decimal('10')}]
myopid = self.nodes[1].z_sendmany(node1_taddr, recipients, 1, 0, 'AllowRevealedSenders')
myopid = self.nodes[1].z_sendmany(node1_taddr, recipients, 1, 0)
print(wait_and_assert_operationid_status(self.nodes[1], myopid))
self.sync_all()
self.nodes[0].generate(1)