Skip to content

Conversation

@NeverHappened
Copy link
Contributor

fees were disabled as part of new neutron upgrade

Comment on lines 221 to 237

// Create the fee for the IBC packet
let fee = Fee {
recv_fee: vec![Coin {
denom: "untrn".to_string(),
amount: Uint128::from(2000u128),
}],
ack_fee: vec![Coin {
denom: "untrn".to_string(),
amount: Uint128::from(1000u128),
}],
timeout_fee: vec![Coin {
denom: "untrn".to_string(),
amount: Uint128::from(1000u128),
}],
};

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No-no, they are not disabled yet, people still need to pay fees

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll disable it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants