Skip to content

Commit

Permalink
switch to local withdrawals create event
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJOHN974 committed Dec 16, 2024
1 parent 320bf77 commit d8226db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signer/src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::keys::PublicKeyXOnly;
use crate::storage::model::CompletedDepositEvent;
use crate::storage::model::WithdrawalAcceptEvent;
use crate::storage::model::WithdrawalRejectEvent;
use sbtc::events::WithdrawalCreateEvent;
use crate::storage::model::WithdrawalCreateEvent;

/// Represents the ability to read data from the signer storage.
pub trait DbRead {
Expand Down

0 comments on commit d8226db

Please sign in to comment.