From 54f7aee60f15bd784a0a0dd1b45af895a4a09ed9 Mon Sep 17 00:00:00 2001 From: counterweight Date: Tue, 25 Feb 2025 14:04:34 +0100 Subject: [PATCH] typo --- src/public/javascript/offers.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/public/javascript/offers.js b/src/public/javascript/offers.js index df4638e..1879a8d 100644 --- a/src/public/javascript/offers.js +++ b/src/public/javascript/offers.js @@ -24,7 +24,6 @@ const btcAmountInput = document.getElementById('input-btc-amount'); const onchainCheckbox = document.getElementById('onchain-checkbox'); const lightningCheckbox = document.getElementById('lightning-checkbox'); - const btcMethodCheckboxes = [onchainCheckbox, lightningCheckbox]; const publishOfferButton = document.getElementById('button-submit-offer'); @@ -112,7 +111,7 @@ function publishOffer() { time_availability_details: 'then and then', is_onchain_accepted: true, is_lightning_accepted: true, - are_big_notes_accepted: + are_big_notes_accepted: false, }; }