minor bug fix
Fixed: K_Bucket not defined bug in user page
This commit is contained in:
parent
6add4625c8
commit
6702541254
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user