Skip to content

Commit

Permalink
removed unused monero_amount_format_utils and monero_config from MyMo…
Browse files Browse the repository at this point in the history
…neroCoreBridge
  • Loading branch information
Paul Shapiro committed Jan 18, 2019
1 parent 2bf0c53 commit 7472d03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions monero_utils/MyMoneroCoreBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 7472d03

Please sign in to comment.