Skip to content

Commit

Permalink
[PLA-1675] Adds which network the address belongs to (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Mar 12, 2024
1 parent 55a7585 commit c5548b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ services:
image: enjin/wallet-daemon:latest
build:
context: .
args:
DOCKER_BUILDKIT: 1
env_file:
- .env
volumes:
Expand Down
4 changes: 2 additions & 2 deletions lib/src/config_loader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,11 @@ where

println!("Wallet daemon address in different formats:");
println!(
"{}",
"Matrix: {}",
converted_id.to_ss58check_with_version(Ss58AddressFormat::custom(1110))
);
println!(
"{}",
"Canary: {}",
converted_id.to_ss58check_with_version(Ss58AddressFormat::custom(9030))
);

Expand Down

0 comments on commit c5548b3

Please sign in to comment.