Skip to content

Commit

Permalink
Change D chain prefix in addr
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Nov 19, 2024
1 parent ec05ccf commit bd88f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/packet-forward/src/tests/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod addresses {
pub const B: &str = "b1bertha";
pub const C: &str = "c1copernicus";
#[allow(dead_code)]
pub const D: &str = "c1dionysus";
pub const D: &str = "d1dionysus";

pub const NULL: &str = "NULL";
pub const ESCROW_ACCOUNT: &str = "b1escrowaccount";
Expand Down

0 comments on commit bd88f3b

Please sign in to comment.