Skip to content

Commit

Permalink
Merge pull request #105 from pshenmic/feat/node-20
Browse files Browse the repository at this point in the history
Upgrade zeromq & dashcore-lib
  • Loading branch information
pshenmic committed May 5, 2024
2 parents 3e210dc + 8138e2d commit 7203aa1
Show file tree
Hide file tree
Showing 4 changed files with 320 additions and 75 deletions.
2 changes: 1 addition & 1 deletion lib/services/dashd.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var path = require('path');
var spawn = require('child_process').spawn;
var util = require('util');
var dashcore = require('@dashevo/dashcore-lib');
var zmq = require('zeromq');
var zmq = require('@pshenmic/zeromq/v5-compat');
var async = require('async');
var LRU = require('lru-cache');
var DashdRPC = require('@dashevo/dashd-rpc');
Expand Down
Loading

0 comments on commit 7203aa1

Please sign in to comment.