Increase amount so test fails more consistently (#4233)

This commit is contained in:
Chris Stewart 2022-03-31 10:09:39 -05:00 committed by GitHub
parent f2fa56221d
commit b5bfcbc009
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,