defer unpending

This commit is contained in:
callebtc
2022-12-14 23:27:40 +01:00
parent d08b8a00f6
commit cdabc86ba9
2 changed files with 57 additions and 42 deletions

View File

@@ -137,7 +137,7 @@ async def test_duplicate_proofs_double_spent(wallet1: Wallet):
doublespend = await wallet1.mint(64)
await assert_err(
wallet1.split(wallet1.proofs + doublespend, 20),
"Mint Error: duplicate proofs or promises.",
"Mint Error: proofs already pending.",
)
assert wallet1.balance == 64
assert wallet1.available_balance == 64