last minute fixes and notes

This commit is contained in:
ansuz
2020-04-06 18:21:07 -04:00
parent a57bf94058
commit 2e290a6667
4 changed files with 11 additions and 4 deletions

View File

@@ -481,7 +481,9 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) {
if (!config.anon_rpc) { return void cb("EXPECTED_ANON_RPC"); }
var response = Util.response();
var response = Util.response(function (label, info) {
console.error('ROSTER_RESPONSE__' + label, info);
});
var anon_rpc = config.anon_rpc;
var keys = config.keys;
var me = keys.myCurvePublic;