Skip to content

Commit

Permalink
fix: set owner variable as immutable (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmlinaric authored May 2, 2023
1 parent a771697 commit 09b389a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Migrations.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pragma solidity 0.8.11;

contract Migrations {
address public owner;
address public immutable owner;
uint public last_completed_migration;

constructor() {
Expand Down

0 comments on commit 09b389a

Please sign in to comment.