Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into dev
  • Loading branch information
neuroscr committed Feb 20, 2024
2 parents 3096a0d + 3931c20 commit a7b20cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,9 @@ async function runStorageRPCTest(lokinet, config, cb) {
var responded = false
var ref = {
abort: function () {
console.log('runStorageRPCTest abort: never called httpGet?')
// usually get this why oxend is syncing...
// sometimes httpGet wasn't called
console.log('runStorageRPCTest abort or timeout, is oxend syncing?')
}
}
var storage_rpc_timer = setTimeout(function() {
Expand Down

0 comments on commit a7b20cb

Please sign in to comment.