mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-12 21:01:21 +00:00
Log not error; Remove Listener TMSP messages...; Make counter BigEndian
This commit is contained in:
@ -8,6 +8,7 @@ from tmsp.reader import BytesBuffer
|
||||
class CounterApplication():
|
||||
|
||||
def __init__(self):
|
||||
sys.exit("The python example is out of date. Upgrading the Python examples is currently left as an exercise to you.")
|
||||
self.hashCount = 0
|
||||
self.txCount = 0
|
||||
self.serial = False
|
||||
|
Reference in New Issue
Block a user