This commit is contained in:
counterweight 2025-02-25 14:04:34 +01:00
parent 7a6abbcb84
commit 54f7aee60f
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -24,7 +24,6 @@ const btcAmountInput = document.getElementById('input-btc-amount');
const onchainCheckbox = document.getElementById('onchain-checkbox'); const onchainCheckbox = document.getElementById('onchain-checkbox');
const lightningCheckbox = document.getElementById('lightning-checkbox'); const lightningCheckbox = document.getElementById('lightning-checkbox');
const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox]; const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox];
const publishOfferButton = document.getElementById('button-submit-offer'); const publishOfferButton = document.getElementById('button-submit-offer');
@ -112,7 +111,7 @@ function publishOffer() {
time_availability_details: 'then and then', time_availability_details: 'then and then',
is_onchain_accepted: true, is_onchain_accepted: true,
is_lightning_accepted: true, is_lightning_accepted: true,
are_big_notes_accepted: are_big_notes_accepted: false,
}; };
} }