mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex-taker-v2.git
synced 2026-09-21 16:52:01 -07:00
Fixing issue with sweeping funds
This commit is contained in:
@@ -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}`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user