Browse Source

VM Filler: Style

cl-refactor
Dimitry 10 years ago
parent
commit
1cc8ac8bd5
  1. 3
      test/libevm/vm.h

3
test/libevm/vm.h

@ -80,7 +80,8 @@ public:
eth::Transactions callcreates;
bytes thisTxData;
bytes thisTxCode;
u256 gas, execGas;
u256 gas;
u256 execGas;
};

Loading…
Cancel
Save