1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-06-18 15:41:20 +00:00

Added counter test written in Golang

This commit is contained in:
Jae Kwon
2016-02-14 14:59:53 -08:00
parent 88fcacac7a
commit 90e38f08f4
14 changed files with 154 additions and 167 deletions

@ -47,7 +47,7 @@ class CounterApplication():
return 6
return 0
def get_hash(self):
def commit(self):
self.hashCount += 1
if self.txCount == 0:
return "", 0