mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-31 13:16:59 +00:00
Fix TMSP tutorial outputs
This commit is contained in:
@@ -19,7 +19,7 @@ func NewDummyApplication() *DummyApplication {
|
||||
}
|
||||
|
||||
func (app *DummyApplication) Info() (string, *types.TMSPInfo, *types.LastBlockInfo, *types.ConfigInfo) {
|
||||
return Fmt("size:%v", app.state.Size()), nil, nil, nil
|
||||
return Fmt("{\"size\":%v}", app.state.Size()), nil, nil, nil
|
||||
}
|
||||
|
||||
func (app *DummyApplication) SetOption(key string, value string) (log string) {
|
||||
|
||||
Reference in New Issue
Block a user