mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-02-04 16:24:21 +01:00
merge
This commit is contained in:
@@ -101,7 +101,7 @@ async def test_split_to_send(wallet1: Wallet):
|
||||
keep_proofs, spendable_proofs = await wallet1.split_to_send(
|
||||
wallet1.proofs, 32, set_reserved=True
|
||||
)
|
||||
get_spendable = await wallet1._get_spendable_proofs(wallet1.proofs)
|
||||
get_spendable = await wallet1._select_proofs_to_send(wallet1.proofs, 32)
|
||||
assert keep_proofs == get_spendable
|
||||
|
||||
assert sum_proofs(spendable_proofs) == 32
|
||||
|
||||
Reference in New Issue
Block a user