Add Ledger error codes (#10056)

automerge
This commit is contained in:
Tyera Eulberg
2020-05-14 22:52:11 -06:00
committed by GitHub
parent adcd2f14a5
commit 63813fe69f
7 changed files with 169 additions and 50 deletions

View File

@@ -1,3 +1,4 @@
pub mod ledger;
pub mod ledger_error;
pub mod remote_keypair;
pub mod remote_wallet;