Skip to content

Commit 756d20e

Browse files
Nat Chinbohendo
Nat Chin
authored and
bohendo
committed
Update theRun.sol
1 parent d3f2e58 commit 756d20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bad_randomness/theRun_source_code/theRun.sol

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ contract theRun {
2020
admin = msg.sender;
2121
}
2222

23-
modifier onlyowner {if (msg.sender == admin) _ }
23+
modifier onlyowner {if (msg.sender == admin) _; }
2424

2525
struct Player {
2626
address addr;
@@ -170,4 +170,4 @@ function PayoutQueueSize() constant returns(uint QueueSize) {
170170
}
171171

172172

173-
}
173+
}

0 commit comments

Comments
 (0)