File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ use crate::{
1919///
2020/// [`LexeWallet`]: crate::wallet::LexeWallet
2121pub struct WalletDb < F > {
22+ #[ allow( dead_code) ] // TODO(max): Remove once stable
2223 user_db_config : WalletUserDbConfig ,
2324
2425 payments_db : PaymentsDb < F > ,
@@ -143,6 +144,7 @@ impl WalletDb<DiskFs> {
143144 }
144145
145146 /// Get the user database configuration.
147+ #[ allow( dead_code) ] // TODO(max): Remove once stable
146148 pub fn user_db_config ( & self ) -> & WalletUserDbConfig {
147149 & self . user_db_config
148150 }
Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ pub struct LexeWallet<Db> {
6363
6464 gateway_client : GatewayClient ,
6565 node_client : NodeClient ,
66+ #[ allow( dead_code) ] // TODO(max): Remove
6667 bip353_client : Bip353Client ,
68+ #[ allow( dead_code) ] // TODO(max): Remove
6769 lnurl_client : LnurlClient ,
6870
6971 _marker : PhantomData < Db > ,
You can’t perform that action at this time.
0 commit comments