fixed minor stuffs

This commit is contained in:
Abhishek Sinha 2019-06-13 12:53:13 +05:30
parent 3ce1eb2a99
commit 4b601ceec6

View File

@ -16881,6 +16881,7 @@
&& res_obj.method !== "send_back_shamirs_secret_btc_pvtkey" && res_obj.method !== "send_back_shamirs_secret_btc_pvtkey"
&& res_obj.method !== "send_back_shamirs_secret_supernode_pvtkey" && res_obj.method !== "send_back_shamirs_secret_supernode_pvtkey"
&& res_obj.method !== "store_shamirs_secret_pvtkey_shares" && res_obj.method !== "store_shamirs_secret_pvtkey_shares"
&& res_obj.method !== "retrieve_shamirs_secret_supernode_pvtkey"
) { ) {
if (localbitcoinplusplus.master_configurations.supernodesPubKeys if (localbitcoinplusplus.master_configurations.supernodesPubKeys
.includes(localbitcoinplusplus.wallets.my_local_flo_public_key)) { .includes(localbitcoinplusplus.wallets.my_local_flo_public_key)) {