Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Aug 16, 2023
1 parent 96e756a commit 228556f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/neutron-sdk/src/bindings/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ pub struct Failure {
pub address: String,
// **id** of the failure under specific address
pub id: u64,
/// **sequence_id** is channel sequence id
pub sequence_id: u64, // TODO: is renaming ok?; TODO: remove this since we have sequence_id in packet?
/// **ack_type** is an acknowledgement type ('ack' or 'timeout')
pub ack_type: String,
/// **packet** is an IBC Packet that was sent
Expand Down

0 comments on commit 228556f

Please sign in to comment.