chainlib

Generic blockchain access library and tooling
Log | Files | Refs | README | LICENSE

commit 7c73288dbfdbf5bc64b5bdfa303fb6406d86ae61
parent 3013edc3ff10c64c98529637159ce7a2c031a29b
Author: lash <dev@holbrook.no>
Date:   Thu, 10 Aug 2023 06:49:15 +0100

Remove stray debug output

Diffstat:
Mscripts/chainlib-flags.py | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/scripts/chainlib-flags.py b/scripts/chainlib-flags.py @@ -12,7 +12,6 @@ def value_int(v): def value_hex(v): sz = math.log(v, 2) - print("sz v {} {}".format(sz, v)) if v == 0: return "00" sz = math.floor(sz)