Skip to content

Commit

Permalink
fix deterministic_contract_id test
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedberg committed Sep 16, 2024
1 parent 954cfd8 commit c46add0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nia.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ mod test {

assert_eq!(
contract.contract_id().to_string(),
s!("rgb:FnPSAtZ1-Pz7NyB7-SB8uiJN-VGXsr0T-2lUAaGI-agUu7z4")
s!("rgb:pOIzGFyQ-mA!yQq2-QH8vB5!-5fAplY!-x2lW!vz-JHDbYPg")
);
}
}

0 comments on commit c46add0

Please sign in to comment.