mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update external tests.
This commit is contained in:
@@ -310,7 +310,7 @@ contract schelling is module, announcementTypes, schellingVars {
|
||||
|
||||
setRound(currentRound, round);
|
||||
}
|
||||
function sendVote(string vote) isReady noContract external {
|
||||
function sendVote(string calldata vote) isReady noContract external {
|
||||
/*
|
||||
Check vote (Envelope opening)
|
||||
Only the sent “envelopes” can be opened.
|
||||
|
||||
Reference in New Issue
Block a user