FIX: create-ln-invoice - button is not blocked, which can lead to multiple invoices created

This commit is contained in:
Overtorment 2020-09-07 14:00:57 +01:00
parent d2efd34d0a
commit 513dcabeb7

View File

@ -205,7 +205,6 @@ export default class LNDCreateInvoice extends Component {
async createInvoice() {
this.setState({ isLoading: true }, async () => {
try {
this.setState({ isLoading: false });
let amount = this.state.amount;
switch (this.state.unit) {
case BitcoinUnit.SATS: