File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3138,8 +3138,8 @@ async def test_cat_spend_run_tail(wallet_rpc_environment: WalletRpcTestEnvironme
3138
3138
amount = uint64 (0 ),
3139
3139
inner_address = encode_puzzle_hash (our_ph , "txch" ),
3140
3140
extra_delta = str (tx_amount * - 1 ),
3141
- tail_reveal = b"" ,
3142
- tail_solution = b"" ,
3141
+ tail_reveal = b"\x80 " ,
3142
+ tail_solution = b"\x80 " ,
3143
3143
push = True ,
3144
3144
),
3145
3145
tx_config = DEFAULT_TX_CONFIG ,
Original file line number Diff line number Diff line change @@ -580,8 +580,8 @@ async def test_vc_lifecycle(wallet_environments: WalletTestFramework) -> None:
580
580
inner_address = wallet_1_addr ,
581
581
fee = uint64 (0 ),
582
582
extra_delta = str (- 50 ),
583
- tail_reveal = b"" ,
584
- tail_solution = b"" ,
583
+ tail_reveal = b"\x80 " ,
584
+ tail_solution = b"\x80 " ,
585
585
push = True ,
586
586
),
587
587
tx_config = wallet_environments .tx_config ,
You can’t perform that action at this time.
0 commit comments