mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
5 lines
171 B
Rust
5 lines
171 B
Rust
/// The testnet coin type for ZEC, as defined by [SLIP 44].
|
|
///
|
|
/// [SLIP 44]: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
|
|
pub const COIN_TYPE: u32 = 1;
|