Skip to content

Commit

Permalink
vis test
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Dec 30, 2024
1 parent 2aa8158 commit af0e74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexes/utxoindex/src/stores/indexed_utxos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ impl AsRef<[u8]> for TransactionOutpointKey {
/// Full [CompactUtxoEntry] access key.
/// Consists of variable amount of bytes of [ScriptPublicKeyBucket], and 36 bytes of [TransactionOutpointKey]
#[derive(Eq, Hash, PartialEq, Debug, Clone, Serialize, Deserialize)]
pub struct UtxoEntryFullAccessKey(Arc<Vec<u8>>);
pub struct UtxoEntryFullAccessKey(pub Arc<Vec<u8>>);

impl Display for UtxoEntryFullAccessKey {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Expand Down

0 comments on commit af0e74f

Please sign in to comment.