From 7d53a26e959b461f98e3b04d761f536c0cda6e1b Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 21 Feb 2022 13:15:07 +0100 Subject: [PATCH] Constitution --- apps/remix-ide/contracts/app/ethereum/constitution.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide/contracts/app/ethereum/constitution.sol b/apps/remix-ide/contracts/app/ethereum/constitution.sol index ff36bdb9c8..0f60164e97 100644 --- a/apps/remix-ide/contracts/app/ethereum/constitution.sol +++ b/apps/remix-ide/contracts/app/ethereum/constitution.sol @@ -1,4 +1,4 @@ - Constitution { + contract Constitution { function Found(uint8 _numProposals) { proposals.length = _numProposals;