evernode-js-client 0.6.47 → 0.6.48

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -60521,7 +60521,7 @@ class BaseEvernodeClient {
60521
60521
  hostRepAcc.getDomain()]);
60522
60522
 
60523
60523
  if (wl && rep && rep.length > 0) {
60524
- const hostReputationAccId = wl.slice(0, 20);
60524
+ const hostReputationAccId = wl.slice(0, 40);
60525
60525
  const hostAddress = codec.encodeAccountID(Buffer.from(hostReputationAccId, 'hex'));
60526
60526
  const hostAcc = new XrplAccount(hostAddress, null, { xrplApi: this.xrplApi });
60527
60527
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  ],
7
7
  "homepage": "https://github.com/HotPocketDev/evernode-js-client",
8
8
  "license": "SEE LICENSE IN https://raw.githubusercontent.com/EvernodeXRPL/evernode-resources/main/license/evernode-license.pdf",
9
- "version": "0.6.47",
9
+ "version": "0.6.48",
10
10
  "dependencies": {
11
11
  "elliptic": "6.5.4",
12
12
  "libsodium-wrappers": "0.7.10",