Fixed btc to flo address conversion

This commit is contained in:
sairaj mote 2023-11-20 14:05:35 +05:30
parent a783fac9db
commit 32e3c45a28

View File

@ -1848,7 +1848,7 @@
convertedTo = 'BTC'
break;
case 'btc':
convertedAddress = floCrypto.getFloID(addressToConvert);
convertedAddress = floCrypto.toFloID(addressToConvert);
convertedTo = 'FLO'
break;
}