Commit be4e8a09 authored by James Kim's avatar James Kim

remove initialization of currentNonce

parent 46ebc2de
...@@ -42,7 +42,6 @@ contract OptimistInviterHelper { ...@@ -42,7 +42,6 @@ contract OptimistInviterHelper {
constructor(OptimistInviter _optimistInviter, string memory _name) { constructor(OptimistInviter _optimistInviter, string memory _name) {
optimistInviter = _optimistInviter; optimistInviter = _optimistInviter;
name = _name; name = _name;
currentNonce = 0;
} }
/** /**
......
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