Skip to content

Commit

Permalink
Update rpc/core/mempool.go
Browse files Browse the repository at this point in the history
Co-authored-by: Rootul P <rootulp@gmail.com>
  • Loading branch information
ninabarbakadze and rootulp authored Mar 28, 2024
1 parent 597c778 commit 9da6cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/core/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func BroadcastTxSync(ctx *rpctypes.Context, tx types.Tx) (*ctypes.ResultBroadcas
}
}

// DEPRECATED: Use BroadcastTxSync or BroadcastTxAsync alongside TxStatus instead.
// DEPRECATED: Use BroadcastTxSync or BroadcastTxAsync instead.
// BroadcastTxCommit returns with the responses from CheckTx and DeliverTx.
// More: https://docs.cometbft.com/v0.34/rpc/#/Tx/broadcast_tx_commit
func BroadcastTxCommit(ctx *rpctypes.Context, tx types.Tx) (*ctypes.ResultBroadcastTxCommit, error) {
Expand Down

0 comments on commit 9da6cba

Please sign in to comment.