Browse Source

fix comment [ci skip]

pull/1780/head
Anton Kaliaev 7 years ago
parent
commit
15cd7fb1e3
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      example/dummy/persistent_dummy.go

+ 1
- 1
example/dummy/persistent_dummy.go View File

@ -67,7 +67,7 @@ func (app *PersistentDummyApplication) SetOption(key string, value string) (log
return app.app.SetOption(key, value)
}
// tx is either "key=value" or just arbitrary bytes
// tx is either "val:pubkey/power" or "key=value" or just arbitrary bytes
func (app *PersistentDummyApplication) DeliverTx(tx []byte) types.Result {
// if it starts with "val:", update the validator set
// format is "val:pubkey/power"


Loading…
Cancel
Save