Skip to content

Commit

Permalink
Upgrade dashcore-lib and zeromq
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed May 5, 2024
1 parent 3e210dc commit d2882a3
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 71 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 d2882a3

Please sign in to comment.