mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-03 02:22:04 +00:00
Added counter test written in Golang
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user