mirror of
https://github.com/fullstack-cash/fullstack-gatsby-theme-bch-wallet.git
synced 2026-09-21 16:52:06 -07:00
fix(slp): Allow SLP scans of a BCH address
This commit is contained in:
@@ -283,7 +283,7 @@ class SendTokens extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onHandleOnScan (data) {
|
onHandleOnScan (data) {
|
||||||
const validateAdrrs = ['simpleledger']
|
const validateAdrrs = ['simpleledger', 'bitcoincash']
|
||||||
try {
|
try {
|
||||||
_this.resetAddressValue()
|
_this.resetAddressValue()
|
||||||
if (!data) {
|
if (!data) {
|
||||||
|
|||||||
Reference in New Issue
Block a user