Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Sep 10, 2024
1 parent f0d4eac commit fd9d25e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/commands/encointer_treasuries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pub fn get_treasury_account(_args: &str, matches: &ArgMatches<'_>) -> Result<(),
None
};
let treasury = api.get_community_treasury_account_unchecked(maybecid).await.unwrap();
// only print plain businesses to be able to parse them in python scripts
println!("{treasury}");
Ok(())
})
Expand Down

0 comments on commit fd9d25e

Please sign in to comment.