Fixed btc to flo address conversion
This commit is contained in:
parent
a783fac9db
commit
32e3c45a28
@ -1848,7 +1848,7 @@
|
||||
convertedTo = 'BTC'
|
||||
break;
|
||||
case 'btc':
|
||||
convertedAddress = floCrypto.getFloID(addressToConvert);
|
||||
convertedAddress = floCrypto.toFloID(addressToConvert);
|
||||
convertedTo = 'FLO'
|
||||
break;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user