verifications

This commit is contained in:
callebtc
2022-09-11 21:37:12 +03:00
parent 2b6e8d8cb3
commit 367a618a7c
3 changed files with 28 additions and 6 deletions

View File

@@ -44,8 +44,6 @@ async def run_test():
assert wallet1.balance == 63 + 64
wallet1.status()
print("PROOFs")
print(proofs)
w1_fst_proofs, w1_snd_proofs = await wallet1.split(wallet1.proofs, 20)
# we expect 44 and 20 -> [4, 8, 32], [4, 16]
print(w1_fst_proofs)