Skip to content

Commit 041279b

Browse files
committed
Hack in the old interface for send_transaction_multi
1 parent 5932d23 commit 041279b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chia/_tests/wallet/rpc/test_wallet_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ async def test_send_transaction_multi(wallet_environments: WalletTestFramework)
913913
send_tx_res: TransactionRecord = (
914914
await client.send_transaction_multi(
915915
1,
916-
[output.to_json_dict() for output in outputs],
916+
[{**output.to_json_dict(), "puzzle_hash": output.puzzle_hash} for output in outputs],
917917
wallet_environments.tx_config,
918918
coins=select_coins_response.coins,
919919
fee=amount_fee,

0 commit comments

Comments
 (0)