Commit c8e41b06 authored by yann300's avatar yann300

add log

parent 6f5f5622
......@@ -89,6 +89,7 @@ TraceManager.prototype.getStorageAt = function (stepIndex, tx, callback, address
this.traceRetriever.getStorage(tx, address, function (error, result) {
if (error) {
// TODO throws proper error when debug_storageRangeAt will be available
console.log(error)
result = {}
}
var storage = self.traceCache.rebuildStorage(address, result, stepIndex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment