Skip to content

Commit

Permalink
Amend
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Dec 20, 2024
1 parent 7494843 commit 0e6d04f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ pub(crate) enum Maturity {
pub(crate) struct Wallet {
bitcoin_client: Client,
database: Database,
has_inscription_index: bool,
has_rune_index: bool,
has_sat_index: bool,
rpc_url: Url,
Expand Down Expand Up @@ -311,10 +310,6 @@ impl Wallet {
)
}

pub(crate) fn has_inscription_index(&self) -> bool {
self.has_inscription_index
}

pub(crate) fn has_sat_index(&self) -> bool {
self.has_sat_index
}
Expand Down
1 change: 0 additions & 1 deletion src/wallet/wallet_constructor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ impl WalletConstructor {
Ok(Wallet {
bitcoin_client,
database,
has_inscription_index: status.inscription_index,
has_rune_index: status.rune_index,
has_sat_index: status.sat_index,
inscription_info,
Expand Down

0 comments on commit 0e6d04f

Please sign in to comment.