typo
This commit is contained in:
parent
7a6abbcb84
commit
54f7aee60f
1 changed files with 1 additions and 2 deletions
|
|
@ -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,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue