Skip to content

Commit

Permalink
release: v1.1.1 (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: viveksharmapoudel <[email protected]>
  • Loading branch information
redlarva and viveksharmapoudel authored Jan 4, 2024
1 parent 0daae6b commit 5ef081b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion relayer/chains/icon/icon_chain_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ loop:
// filter nil
_brs, brs := brs, brs[:0]
for _, v := range _brs {
if v.IsProcessed == processed {
if v != nil && v.IsProcessed == processed {
brs = append(brs, v)
}
}
Expand Down
1 change: 0 additions & 1 deletion relayer/chains/icon/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ type TxResult struct {
ScoreAddress []byte
EventLogsHash common.HexBytes
TxIndex HexInt
BlockHeight HexInt
}

type CallData struct {
Expand Down

0 comments on commit 5ef081b

Please sign in to comment.