fix ui bug
This commit is contained in:
parent
5cbe89632f
commit
663cee8fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -223,12 +223,12 @@
|
||||||
showLnToBtcForm() {
|
showLnToBtcForm() {
|
||||||
this.getSuggestedOnChainFees()
|
this.getSuggestedOnChainFees()
|
||||||
this.swapLnToBtc.show = true
|
this.swapLnToBtc.show = true
|
||||||
|
this.swapBtcToLn.show = false
|
||||||
},
|
},
|
||||||
getSuggestedOnChainFees() {
|
getSuggestedOnChainFees() {
|
||||||
axios
|
axios
|
||||||
.get('https://mempool.space/api/v1/fees/recommended')
|
.get('https://mempool.space/api/v1/fees/recommended')
|
||||||
.then(result => {
|
.then(result => {
|
||||||
console.log(result.data)
|
|
||||||
this.swapLnToBtc.suggested_fees = result.data
|
this.swapLnToBtc.suggested_fees = result.data
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue