Skip to content

Commit

Permalink
update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jul 1, 2024
1 parent 113499e commit c70e771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/chain/astria/endpoint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ impl ChainEndpoint for AstriaEndpoint {
.block_on(self.sequencer_client.get_latest_balance(address))
.map_err(|e| Error::other(Box::new(e)))?;

// TODO: fetch this from the sequencer node via abci query
// TODO: set this via the config
let denom = denom.unwrap_or("nria");

let balance: Vec<AssetBalance> = balance
Expand Down

0 comments on commit c70e771

Please sign in to comment.