mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 10:46:42 +01:00
Increase amount so test fails more consistently (#4233)
This commit is contained in:
parent
f2fa56221d
commit
b5bfcbc009
1 changed files with 1 additions and 1 deletions
|
@ -1101,7 +1101,7 @@ class WalletDLCSetupTest extends BitcoinSDualWalletTest {
|
|||
_ <- walletB.acceptDLCOffer(offer1.toTLV, None, None)
|
||||
//cancel the offer
|
||||
_ <- walletA.cancelDLC(dlcId = offer1.dlcId)
|
||||
amt = DLCWalletUtil.half
|
||||
amt = (DLCWalletUtil.half + Bitcoins.one).satoshis
|
||||
offer2 <- walletA.createDLCOffer(
|
||||
offerData2.contractInfo,
|
||||
amt,
|
||||
|
|
Loading…
Add table
Reference in a new issue