mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-04 03:03:51 +01:00
cln-rpc: Fixed two minor compiler warnings
This commit is contained in:
parent
487b5e6169
commit
a8aa9bd5ae
3 changed files with 0 additions and 3 deletions
|
@ -5,7 +5,6 @@ use anyhow::Result;
|
|||
use std::path::{Path, PathBuf};
|
||||
use cln_rpc::model::requests;
|
||||
use log::debug;
|
||||
use crate::convert::*;
|
||||
use tonic::{Code, Status};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
use anyhow::Context;
|
||||
use cln_rpc::{model::GetinfoRequest, ClnRpc, Request};
|
||||
use log::info;
|
||||
use std::env::args;
|
||||
use std::path::Path;
|
||||
use tokio;
|
||||
|
|
|
@ -397,7 +397,6 @@ class GrpcServerGenerator(GrpcConverterGenerator):
|
|||
use std::path::{{Path, PathBuf}};
|
||||
use cln_rpc::model::requests;
|
||||
use log::debug;
|
||||
use crate::convert::*;
|
||||
use tonic::{{Code, Status}};
|
||||
|
||||
#[derive(Clone)]
|
||||
|
|
Loading…
Add table
Reference in a new issue