Additional Unit Tests

int

int

int

int, got it working!

int
This commit is contained in:
rigelrozanski
2017-04-13 23:31:52 -04:00
committed by Rigel Rozanski
parent 221421ad3e
commit 4bf37baf0b
5 changed files with 350 additions and 3 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ func NewBasecoin(eyesCli *eyes.Client) *Basecoin {
}
}
// For testing, not thread safe!
// XXX For testing, not thread safe!
func (app *Basecoin) GetState() *sm.State {
return app.state.CacheWrap()
}