meta: fix compilation and warnings

Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
This commit is contained in:
Vincenzo Palazzo 2024-04-13 16:37:50 +02:00
parent d329bbff54
commit 165ba7f650
Signed by: vincenzopalazzo
GPG Key ID: 8B6DC2B870B80D5F
2 changed files with 3 additions and 2 deletions

View File

@ -12,10 +12,10 @@ use clightningrpc_plugin::error;
use clightningrpc_plugin::errors::PluginError;
use clightningrpc_plugin::plugin::Plugin;
use rgb_common::bitcoin::psbt::Psbt;
use rgb_common::bitcoin30;
use rgb_common::core::ContractId;
use rgb_common::lib::wallet::Balance;
use rgb_common::types::RgbInfo;
use crate::plugin::State;

View File

@ -1,4 +1,5 @@
//! RGB Wallet mock
use std::collections::HashMap;
use std::path::PathBuf;
use std::str::FromStr;
use std::sync::{Arc, Mutex};