mirror of
https://github.com/fluencelabs/tendermint
synced 2025-05-24 03:31:21 +00:00
fix comment [ci skip]
This commit is contained in:
parent
191c4b6d17
commit
15cd7fb1e3
@ -67,7 +67,7 @@ func (app *PersistentDummyApplication) SetOption(key string, value string) (log
|
|||||||
return app.app.SetOption(key, value)
|
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 {
|
func (app *PersistentDummyApplication) DeliverTx(tx []byte) types.Result {
|
||||||
// if it starts with "val:", update the validator set
|
// if it starts with "val:", update the validator set
|
||||||
// format is "val:pubkey/power"
|
// format is "val:pubkey/power"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user