Skip to content

Commit

Permalink
add dogecoin extend public key tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrone98 committed Jul 24, 2024
1 parent 0083e33 commit db8b1d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions token-core/tcx-btc-kin/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,8 +503,10 @@ mod tests {
})
.unwrap();
assert_eq!(account.address, "DQ4tVEqdPWHc1aVBm4Sfwft8XyNRPMEchR");
assert_eq!(account.ext_pub_key, "xpub6CDSaXHQokkKmHHG2kNCFZeirJkcZgRZE97ZZUtViif3SFHSNVAvRpWC3CxeRt2VZetEGCcPTmWEFpKF4NDeeZrMNPQgfUaX5Hkw89kW8qE");
}


#[test]
fn test_bip84_spec_vector() {
let pub_key = TypedPublicKey::from_slice(
Expand Down

0 comments on commit db8b1d2

Please sign in to comment.