mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 07:17:40 +01:00
Users of the RpcClient had no way to access the error code returned by bitcoind's rpc. We embed a new RpcError struct as the inner error for the returned io::Error. Users can access both the code and the message using this inner struct. |
||
---|---|---|
.. | ||
convert.rs | ||
http.rs | ||
init.rs | ||
lib.rs | ||
poll.rs | ||
rest.rs | ||
rpc.rs | ||
test_utils.rs | ||
utils.rs |