Skip to content

Commit f29de5d

Browse files
committed
beautify
1 parent 5f8992b commit f29de5d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

assets_js_bitrequest_coin_settings.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,8 +641,7 @@ function check_xpub(xpub_key, default_prefix, currency) {
641641
// Generates preview of derived addresses from Xpub key
642642
function generate_derived_addresses(currency, xpub_key) {
643643
try {
644-
const coin_data = get_coin_config(currency),
645-
bip32_config = get_bip32dat(currency),
644+
const bip32_config = get_bip32dat(currency),
646645
derivation_path = "M/0/",
647646
start_index = 0,
648647
key_config = key_cc_xpub(xpub_key),

assets_js_bitrequest_ethl2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,6 @@ function init_fetch_l2_contracts(callback) {
715715
l2_contacts = br_get_local("eth_l2_contracts", true);
716716
if (l2_contacts) {
717717
const currency_contracts = objectkey_from_array(l2_contacts, "currency", currency);
718-
console.log(currency_contracts);
719718
if (currency_contracts) {
720719
const timestamp = currency_contracts.timestamp, // check if it is expired
721720
cache_age = now_utc() - timestamp,

0 commit comments

Comments
 (0)