Skip to content

Commit

Permalink
Merge pull request #19 from coblox/export-json-rpc-error
Browse files Browse the repository at this point in the history
Export jsonrpc_client
  • Loading branch information
Franck Royer committed Dec 18, 2020
2 parents 864b55f + 5c3f746 commit f3fbbba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bitcoind_rpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use serde::Deserialize;
use std::collections::HashMap;

pub use crate::bitcoind_rpc_api::*;
pub use jsonrpc_client;

pub type Result<T> = std::result::Result<T, Error>;

Expand Down

0 comments on commit f3fbbba

Please sign in to comment.