Fixing issue with sweeping funds

This commit is contained in:
Chris Troutner
2025-05-19 16:48:47 -07:00
parent 686d51615a
commit 054205c545
+4 -1
View File
@@ -41,7 +41,10 @@ const SweepWif = (props) => {
// Handle sweep function
const handleSweep = async (e) => {
e.preventDefault()
if (e) {
e.preventDefault()
}
try {
console.log(`Sweeping this WIF: ${wifToSweep}`)