Skip to content

Commit

Permalink
Merge pull request #100 from zoedberg/fix_baid58_leftovers
Browse files Browse the repository at this point in the history
fix baid58 leftovers
  • Loading branch information
dr-orlovsky authored Jun 13, 2024
2 parents 8826512 + a723dc3 commit 12931d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbc/src/tapret/tapscript.rs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ mod test {
}

#[test]
pub fn tapret_commitment_baid58() {
pub fn tapret_commitment_baid64() {
let commitment = commitment();
let s = commitment.to_string();
assert_eq!(s, "k#7JerF92P=PEN7cf&`GWfS*?rIEdfEup1%zausI2m");
Expand Down
2 changes: 1 addition & 1 deletion seals/src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ mod test {
use super::*;

#[test]
fn secret_seal_baid58() {
fn secret_seal_baid64() {
let baid64 = "utxob:xDfmDF9g-yNOjriV-6Anbe6H-MLJ!!g6-lo7Dd4f-dhWBW8S-XYGBm";
let seal: SecretSeal = baid64.parse().unwrap();
assert_eq!(baid64, seal.to_string());
Expand Down

0 comments on commit 12931d1

Please sign in to comment.