Jared Zhou
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
internal/rpc/core/mempool.go
|
|
@ -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() |
|
|
|