mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 23:48:06 -05:00
Trying to outsmart the compiler
Former-commit-id: cee4cb63e4738372fa5f240e9dd63f9f43a316c9 [formerly f2691c26c2ae080e6996bf97dd4dc16a1ae77bf7] Former-commit-id: bc82a7508a1914700d48b9a505f7a21472f31bc0
This commit is contained in:
@@ -23,9 +23,9 @@ contract VMC {
|
|||||||
uint txStartgas;
|
uint txStartgas;
|
||||||
uint txGasprice;
|
uint txGasprice;
|
||||||
uint value;
|
uint value;
|
||||||
|
bytes32 data;
|
||||||
address sender;
|
address sender;
|
||||||
address to;
|
address to;
|
||||||
bytes32 data;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
mapping (int => Validator) validators;
|
mapping (int => Validator) validators;
|
||||||
|
|||||||
Reference in New Issue
Block a user