Skip to content

Commit

Permalink
Utxo index Store field vis
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Dec 29, 2024
1 parent 8802496 commit dfa9993
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions indexes/utxoindex/src/stores/store_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ use crate::{

#[derive(Clone)]
pub struct Store {
utxoindex_tips_store: DbUtxoIndexTipsStore,
circulating_supply_store: DbCirculatingSupplyStore,
utxos_by_script_public_key_store: DbUtxoSetByScriptPublicKeyStore,
pub utxoindex_tips_store: DbUtxoIndexTipsStore,
pub circulating_supply_store: DbCirculatingSupplyStore,
pub utxos_by_script_public_key_store: DbUtxoSetByScriptPublicKeyStore,
}

impl Store {
Expand Down

0 comments on commit dfa9993

Please sign in to comment.