mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-29 13:28:11 +03:00
adds zero fee to test
This commit is contained in:
parent
1728565a31
commit
05036950ad
@ -82,6 +82,7 @@ class TestCCWallet:
|
||||
assert await receiving_wallet.get_spendable_balance() == 0
|
||||
val = await api_user.send_transaction({'wallet_id': 2,
|
||||
'amount': 3,
|
||||
'fee': 0,
|
||||
'puzzle_hash': puzzle_hash.hex()})
|
||||
assert val['status'] == 'SUCCESS'
|
||||
for i in range(0, 2*num_blocks):
|
||||
|
Loading…
Reference in New Issue
Block a user