From 7472d036a9b2b23ed273c1c3c964cedf4fe51085 Mon Sep 17 00:00:00 2001 From: Paul Shapiro Date: Thu, 17 Jan 2019 19:23:14 -0600 Subject: [PATCH] removed unused monero_amount_format_utils and monero_config from MyMoneroCoreBridge --- monero_utils/MyMoneroCoreBridge.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/monero_utils/MyMoneroCoreBridge.js b/monero_utils/MyMoneroCoreBridge.js index cf052e1..5803539 100644 --- a/monero_utils/MyMoneroCoreBridge.js +++ b/monero_utils/MyMoneroCoreBridge.js @@ -33,8 +33,6 @@ // v--- These should maybe be injected into a context and supplied to currencyConfig for future platforms const JSBigInt = require("../cryptonote_utils/biginteger").BigInteger; const nettype_utils = require("../cryptonote_utils/nettype"); -const monero_config = require('./monero_config'); -const monero_amount_format_utils = require("../cryptonote_utils/money_format_utils")(monero_config); // function ret_val_boolstring_to_bool(boolstring) {