Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Apr 24, 2024
1 parent dbd32c9 commit 4cc1a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/Migrator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ contract Migrator is Governable {
// OGN doesn't allow burning of tokens. Has `onlyOwner`
// modifier on `burn` and `burnFrom` methods. Also,
// `transfer` has a address(0) check. So, this transfers
// everything to address(1). The `owner` multisig of
// OGN token can call `burnFrom(address(1))` later.abi
// everything to address(0xdead). The `owner` multisig of
// OGN token can call `burnFrom(address(0xdead))` later.

ogn.transfer(address(0xdead), ognBalance);
}
Expand Down

0 comments on commit 4cc1a0a

Please sign in to comment.