Trying to outsmart the compiler

Former-commit-id: cee4cb63e4738372fa5f240e9dd63f9f43a316c9 [formerly f2691c26c2ae080e6996bf97dd4dc16a1ae77bf7]
Former-commit-id: bc82a7508a1914700d48b9a505f7a21472f31bc0
This commit is contained in:
Fynn
2018-02-05 14:38:59 +01:00
parent 68e6135d02
commit a6a1a4f790

View File

@@ -23,9 +23,9 @@ contract VMC {
uint txStartgas;
uint txGasprice;
uint value;
bytes32 data;
address sender;
address to;
bytes32 data;
}
mapping (int => Validator) validators;