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.
send_transaction_multi
1 parent 5932d23 commit 041279bCopy full SHA for 041279b
chia/_tests/wallet/rpc/test_wallet_rpc.py
@@ -913,7 +913,7 @@ async def test_send_transaction_multi(wallet_environments: WalletTestFramework)
913
send_tx_res: TransactionRecord = (
914
await client.send_transaction_multi(
915
1,
916
- [output.to_json_dict() for output in outputs],
+ [{**output.to_json_dict(), "puzzle_hash": output.puzzle_hash} for output in outputs],
917
wallet_environments.tx_config,
918
coins=select_coins_response.coins,
919
fee=amount_fee,
0 commit comments