rpc: fix typo in broadcast commit (#7124)

This commit is contained in:
Jared Zhou
2021-10-14 16:34:25 +08:00
committed by GitHub
parent bc1a20dbb8
commit b95c261981

View File

@@ -78,7 +78,7 @@ func (env *Environment) BroadcastTxCommit(ctx *rpctypes.Context, tx types.Tx) (*
CheckTx: *r,
Hash: tx.Hash(),
},
errors.New("cannot wait for commit because kvEventSync is not enabled")
errors.New("cannot confirm transaction because kvEventSink is not enabled")
}
startAt := time.Now()