Skip to content

Commit

Permalink
comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
djordon committed Nov 14, 2024
1 parent b6861a9 commit c16e287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions signer/src/bitcoin/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ pub struct DepositRequestReport {
/// This will only be `None` if we do not have a record of the deposit
/// request.
pub can_sign: Option<bool>,
/// Whether this signer accepted the deposit request or not. This
/// should only be `None` if we do not have a record of the deposit
/// request or if we cannot sign for the deposited funds.
/// Whether this signers' blocklist client accepted the deposit request
/// or not. This should only be `None` if we do not have a record of
/// the deposit request.
pub can_accept: Option<bool>,
/// The deposit amount
pub amount: u64,
Expand Down

0 comments on commit c16e287

Please sign in to comment.