mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-06 02:14:21 +01:00
check for secret in mint
This commit is contained in:
@@ -135,7 +135,7 @@ async def run_test():
|
||||
p.secret = ""
|
||||
await assert_err(
|
||||
wallet2.redeem(w1_snd_proofs_manipulated),
|
||||
"Error: empty or duplicate proofs or promises.",
|
||||
"Error: no secret in proof.",
|
||||
)
|
||||
|
||||
# redeem with wrong secret
|
||||
|
||||
Reference in New Issue
Block a user