mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-21 16:14:23 +01:00
cln-rpc: Make Pubkey and ShortChannelId proper types
This commit is contained in:
committed by
Rusty Russell
parent
ef145c7900
commit
1613c44b0a
@@ -1,6 +1,7 @@
|
||||
use crate::codec::JsonCodec;
|
||||
use crate::codec::JsonRpc;
|
||||
use anyhow::{Context, Error, Result};
|
||||
use anyhow::{Context, Result};
|
||||
pub use anyhow::Error;
|
||||
use futures_util::sink::SinkExt;
|
||||
use futures_util::StreamExt;
|
||||
use log::{debug, trace};
|
||||
|
||||
Reference in New Issue
Block a user