Skip to content

Commit

Permalink
Missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Jan 12, 2024
1 parent 4193879 commit 7e6c096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/SetupSwapSuccess.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export default class SetupSwapSuccess extends BitcoinSyncBaseView {
},
) as string;
return false;
}
};
const electrum = await getElectrumClient();
await electrum.waitForConsensusEstablished();
Expand Down

0 comments on commit 7e6c096

Please sign in to comment.