Skip to content

Commit

Permalink
link issue to todo
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed May 28, 2024
1 parent 51f265a commit e9408a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rpc/backend/blocks.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (b *Backend) BlockNumberFromTendermintByHash(blockHash common.Hash) (*big.I
// EthMsgsFromTendermintBlock returns all real and synthetic MsgEthereumTxs from a
// Tendermint block. It also ensures consistency over the correct txs indexes
// across RPC endpoints
// TODO: check if additionals array can be removed
// TODO (https://github.com/zeta-chain/node/issues/2283): check if additionals array can be removed
func (b *Backend) EthMsgsFromTendermintBlock(
resBlock *tmrpctypes.ResultBlock,
blockRes *tmrpctypes.ResultBlockResults,
Expand Down
2 changes: 1 addition & 1 deletion rpc/types/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func NewTransactionFromMsg(
chainID *big.Int,
txAdditional *TxResultAdditionalFields,
) (*RPCTransaction, error) {
// TODO: check if this condition can be removed
// TODO (https://github.com/zeta-chain/node/issues/2283): check if this condition can be removed
if txAdditional != nil {
return NewRPCTransactionFromIncompleteMsg(msg, blockHash, blockNumber, index, baseFee, chainID, txAdditional)
}
Expand Down

0 comments on commit e9408a4

Please sign in to comment.