Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Oct 10, 2023
1 parent c33eff6 commit ce24f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-toolbox/src/snapshot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ where
Testnet,
}

// Following cip-0019 specification https://github.com/cardano-foundation/CIPs/blob
// Following cip-0019 specification https://cips.cardano.org/cips/cip19/
use bech32::ToBase32;
let bytes = hex::decode(String::deserialize(deserializer)?.trim_start_matches("0x"))
.map_err(|e| D::Error::custom(format!("invalid hex string: {}", e)))?;
Expand Down

0 comments on commit ce24f51

Please sign in to comment.