mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-19 05:44:12 +01:00
cln-plugin: Re-export anyhow::anyhow macro
For now this makes reporting an error from plugins much simpler for now. Changelog-None
This commit is contained in:
parent
6c1e589ee8
commit
77ad5525f5
@ -1,5 +1,6 @@
|
||||
use crate::codec::{JsonCodec, JsonRpcCodec};
|
||||
use anyhow::{anyhow, Context};
|
||||
pub use anyhow::anyhow;
|
||||
use anyhow::Context;
|
||||
use futures::sink::SinkExt;
|
||||
use tokio::io::{AsyncReadExt, AsyncWriteExt};
|
||||
extern crate log;
|
||||
|
Loading…
Reference in New Issue
Block a user