Skip to content

Commit

Permalink
fix(relayer): hex format addrs
Browse files Browse the repository at this point in the history
  • Loading branch information
luketchang committed Jul 20, 2022
1 parent e287304 commit 39ae0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/relayer/src/relayer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl NomadAgent for Relayer {

ensure!(
home_updater == replica_updater,
"Home and replica updaters do not match. Home: {}. Replica: {}.",
"Home and replica updaters do not match. Home: {:x}. Replica: {:x}.",
home_updater,
replica_updater
);
Expand Down

0 comments on commit 39ae0ab

Please sign in to comment.