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 a4e0375 commit 51ec259Copy full SHA for 51ec259
chia/_tests/wallet/rpc/test_wallet_rpc.py
@@ -1004,7 +1004,7 @@ async def test_send_transaction_multi(wallet_rpc_environment: WalletRpcTestEnvir
1004
send_tx_res: TransactionRecord = (
1005
await client.send_transaction_multi(
1006
1,
1007
- [output.to_json_dict() for output in outputs],
+ [{**output.to_json_dict(), "puzzle_hash": output.puzzle_hash} for output in outputs],
1008
DEFAULT_TX_CONFIG,
1009
coins=select_coins_response.coins,
1010
fee=amount_fee,
0 commit comments