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) {
|
||||
const validateAdrrs = ['simpleledger']
|
||||
const validateAdrrs = ['simpleledger', 'bitcoincash']
|
||||
try {
|
||||
_this.resetAddressValue()
|
||||
if (!data) {
|
||||
|
||||
Reference in New Issue
Block a user