Wallet now supports coinbase maturity (#130)

This commit is contained in:
AntiochP
2017-09-22 12:44:12 -04:00
committed by Ignotus Peverell
parent 139af79509
commit dbc4e10cec
8 changed files with 182 additions and 69 deletions
+2
View File
@@ -32,6 +32,8 @@ extern crate serde_json;
pub mod client;
mod endpoints;
mod rest;
mod types;
pub use endpoints::start_rest_apis;
pub use types::*;
pub use rest::*;