Skip to content

Commit

Permalink
FIX: Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
MythicalBeings committed Feb 23, 2023
1 parent bc79dfb commit 08e50bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import BigInteger from "jsbn";
import * as pako from "pako";
import cryptoJs from "crypto-js";
import hex from "crypto-js/enc-hex";
import { Buffer } from "buffer";

function rsConvert(address) {
var addr = new NxtAddress();
Expand Down
1 change: 1 addition & 0 deletions lib/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import cryptoJs from "crypto-js";
import hex from "crypto-js/enc-hex";
import { BigInteger } from "jsbn";
import { Buffer } from "buffer";

var charToNibble = {};
var nibbleToChar = [];
Expand Down

0 comments on commit 08e50bf

Please sign in to comment.