pull/1/head
yann300 7 years ago
parent 3b51d3563c
commit 767fe2e32f
  1. 2
      src/recorder.js

@ -114,7 +114,7 @@ class Recorder {
var stamp = this.extractTimestamp(record.to)
if (stamp) {
record.to = this.data._createdContractsReverse[stamp]
}
}
}
record.from = accounts[record.from]
// @TODO: writing browser test

Loading…
Cancel
Save