mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
fix(deserializeTx()): Adding additional error logging
This commit is contained in:
@@ -481,7 +481,7 @@ class WalletAdapter {
|
|||||||
|
|
||||||
return txObj2
|
return txObj2
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
console.error('Error in wallet.js/deserializeTx()')
|
console.error('Error in wallet.js/deserializeTx(): ', err)
|
||||||
throw err
|
throw err
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user