Move derivation path into sdk (#16603)
* Move DerivationPath to sdk * Remove eprintln
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user