Compare commits

...

1 Commits

Author SHA1 Message Date
lash
84b8eb10e6 Remove spam logline 2022-05-01 07:40:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ class CounterStore:
v = f.read(8)
self.count = int.from_bytes(v, byteorder='big')
logg.info('counter starts at {}'.format(self.count))
logg.debug('counter starts at {}'.format(self.count))
f.seek(0)

View File

@@ -1,6 +1,6 @@
[metadata]
name = chainqueue
version = 0.1.7
version = 0.1.8
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no