We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d1fe4 commit 2a7a5feCopy full SHA for 2a7a5fe
crates/contracts/src/options/mod.rs
@@ -252,7 +252,7 @@ mod options_tests {
252
ElementsUtxo {
253
script_pubkey: self.pubkey_gen.address.script_pubkey(),
254
asset: Asset::Explicit(*LIQUID_TESTNET_BITCOIN_ASSET),
255
- value: Value::Explicit(self.collateral_amount),
+ value: Value::Explicit(self.collateral_amount + 1000),
256
},
257
],
258
0,
0 commit comments