mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-07 02:44:19 +01:00
more traces (#214)
This commit is contained in:
@@ -661,6 +661,7 @@ class Ledger:
|
||||
)
|
||||
|
||||
if status == True:
|
||||
logger.trace(f"invalidating proofs")
|
||||
await self._invalidate_proofs(proofs)
|
||||
logger.trace("invalidated proofs")
|
||||
# prepare change to compensate wallet for overpaid fees
|
||||
@@ -780,6 +781,7 @@ class Ledger:
|
||||
logger.trace(f"unset proofs as pending")
|
||||
|
||||
# Mark proofs as used and prepare new promises
|
||||
logger.trace(f"invalidating proofs")
|
||||
await self._invalidate_proofs(proofs)
|
||||
logger.trace(f"invalidated proofs")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user