We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec857ab commit f6cd59bCopy full SHA for f6cd59b
src/dig_collateral_coin.rs
@@ -138,6 +138,7 @@ impl DigCollateralCoin {
138
}
139
140
/// Uses the specified $DIG to create a collateral coin for the provided DIG store ID (launcher ID)
141
+ #[allow(clippy::result_large_err)]
142
pub fn create(
143
dig_coins: Vec<DigCoin>,
144
collateral_amount: u64,
@@ -203,6 +204,7 @@ impl DigCollateralCoin {
203
204
205
/// Builds the spend bundle for spending the $DIG collateral coin to de-collateralize
206
/// the store and return spendable $DIG to the wallet that created the collateral coin.
207
208
pub fn spend(
209
&self,
210
synthetic_key: PublicKey,
0 commit comments