From 15cd7fb1e3b75c436b6dee89a44db35f3d265bd0 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Wed, 4 Oct 2017 00:06:46 +0400 Subject: [PATCH] fix comment [ci skip] --- example/dummy/persistent_dummy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/dummy/persistent_dummy.go b/example/dummy/persistent_dummy.go index d392be53c..a8bfbcf02 100644 --- a/example/dummy/persistent_dummy.go +++ b/example/dummy/persistent_dummy.go @@ -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"