Skip to content

Commit f6cd59b

Browse files
committed
fix: cargo clippy - allow large client error
1 parent ec857ab commit f6cd59b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dig_collateral_coin.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ impl DigCollateralCoin {
138138
}
139139

140140
/// Uses the specified $DIG to create a collateral coin for the provided DIG store ID (launcher ID)
141+
#[allow(clippy::result_large_err)]
141142
pub fn create(
142143
dig_coins: Vec<DigCoin>,
143144
collateral_amount: u64,
@@ -203,6 +204,7 @@ impl DigCollateralCoin {
203204

204205
/// Builds the spend bundle for spending the $DIG collateral coin to de-collateralize
205206
/// the store and return spendable $DIG to the wallet that created the collateral coin.
207+
#[allow(clippy::result_large_err)]
206208
pub fn spend(
207209
&self,
208210
synthetic_key: PublicKey,

0 commit comments

Comments
 (0)