Update external tests.

This commit is contained in:
chriseth
2018-08-14 18:53:06 +02:00
parent 13905a2094
commit b30da8859a
9 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -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.