pull/3094/head
yann300 7 years ago
parent fdaf388847
commit fbc9a151b2
  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