Move derivation path into sdk (#16603)

* Move DerivationPath to sdk

* Remove eprintln
This commit is contained in:
Tyera Eulberg
2021-04-16 16:03:24 -06:00
committed by GitHub
parent 6444f0e57b
commit 52f4b96a80
6 changed files with 227 additions and 201 deletions

View File

@ -1,5 +1,4 @@
use num_derive::FromPrimitive;
use thiserror::Error;
use {num_derive::FromPrimitive, thiserror::Error};
#[derive(Error, Debug, Clone, FromPrimitive, PartialEq)]
pub enum LedgerError {