Wallet spending key derivation path

This commit is contained in:
Jack Grigg
2018-10-15 15:51:40 +01:00
parent f25a8a557e
commit 81b2b1b554
7 changed files with 42 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
/// 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;