Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Asa Oines committed Oct 22, 2018
1 parent 9863d12 commit c9090d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/precompiled/fd-transfer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = function (opts, cb) {
return
}

// These are all correct!
const from = new BN(opts.data.slice(0, 32))
const to = new BN(opts.data.slice(32, 64))
const value = new BN(opts.data.slice(64, 96))
Expand Down

0 comments on commit c9090d7

Please # to comment.