Skip to content

Commit

Permalink
avoid mangled js in binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
ddabek committed Apr 16, 2018
1 parent d3c4dc6 commit 6512704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/wallet/Wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var fileDownload = require('react-file-download');
var fs = window.require('fs');
var os = window.require('os');
var bs58 = require('bs58');
var bitcoin = require('bitcoinjs-lib');
var bitcoin = window.require('bitcoinjs-lib');
var bitcore = window.require('bitcore-lib');
import {toHexString, encrypt, safexPayload, decrypt} from '../../utils/utils';
import {genkey} from '../../utils/keys';
Expand Down

0 comments on commit 6512704

Please sign in to comment.