Commit 767fe2e3 authored by yann300's avatar yann300

typo

parent 3b51d356
...@@ -114,7 +114,7 @@ class Recorder { ...@@ -114,7 +114,7 @@ class Recorder {
var stamp = this.extractTimestamp(record.to) var stamp = this.extractTimestamp(record.to)
if (stamp) { if (stamp) {
record.to = this.data._createdContractsReverse[stamp] record.to = this.data._createdContractsReverse[stamp]
} }
} }
record.from = accounts[record.from] record.from = accounts[record.from]
// @TODO: writing browser test // @TODO: writing browser test
......
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