We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2cc0d commit e7bc2b1Copy full SHA for e7bc2b1
crates/apps_lib/src/cli.rs
@@ -1912,7 +1912,6 @@ pub mod cmds {
1912
}
1913
1914
fn def() -> App {
1915
- // FIXME: remove the cli shielded-sync command
1916
App::new(Self::CMD)
1917
.about(wrap!(
1918
"Estimate the amount of MASP rewards for the \
crates/tests/src/e2e/ibc_tests.rs
@@ -4694,7 +4694,7 @@ fn osmosis_xcs() -> Result<()> {
4694
"--gas-limit",
4695
"500000",
4696
],
4697
- Some(40),
+ Some(120),
4698
)?;
4699
4700
// confirm trade
0 commit comments