Skip to content

Commit

Permalink
Remove dao treasury tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Dusek committed May 9, 2024
1 parent 15109a5 commit ab75e4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/src/bin/onomyd_only.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,7 @@ async fn onomyd_runner(args: &Args) -> Result<()> {

info!("{}", get_delegations_to(valoper_addr).await.stack()?);
info!("{:?}", get_staking_pool().await.stack()?);
info!("{}", get_treasury().await.stack()?);
info!("{}", get_treasury_inflation_annual().await.stack()?);


sh([format!(
"cosmovisor run tx bank send {addr} onomy1a69w3hfjqere4crkgyee79x2mxq0w2pfj9tu2m 1337anom \
--fees 1000000anom -y -b block"
Expand Down

0 comments on commit ab75e4f

Please sign in to comment.