Skip to content

Commit

Permalink
remove ProofHeight from the return value of Chain::QueryChannelUpgrad…
Browse files Browse the repository at this point in the history
…eError

Signed-off-by: Masanori Yoshida <masanori.yoshida@datachain.jp>
  • Loading branch information
siburu committed Aug 26, 2024
1 parent 5e429c8 commit 91f370e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/relay/ethereum/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,6 @@ func (c *Chain) QueryChannelUpgradeError(ctx core.QueryContext) (*chantypes.Quer
Sequence: ev.UpgradeSequence,
Message: ev.Message,
},
ProofHeight: clienttypes.NewHeight(0, ev.Raw.BlockNumber),
}, nil
}
}
Expand Down

0 comments on commit 91f370e

Please sign in to comment.