Browse Source

rpc: fix typo in broadcast commit (#7124)

pull/7126/head
Jared Zhou 3 years ago
committed by GitHub
parent
commit
b95c261981
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      internal/rpc/core/mempool.go

+ 1
- 1
internal/rpc/core/mempool.go 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()


Loading…
Cancel
Save