minor bug fix

Fixed: K_Bucket not defined bug in user page
This commit is contained in:
sairajzero 2022-03-21 16:30:25 +05:30
parent 6add4625c8
commit 6702541254

View File

@ -404,7 +404,7 @@
}
}
exchangeAPI.K_Bucket = function K_Bucket(masterID, backupList) {
const K_Bucket = exchangeAPI.K_Bucket = function K_Bucket(masterID, backupList) {
const decodeID = function(floID) {
let k = bitjs.Base58.decode(floID);
k.shift();