Browse Source

Merge pull request #1363 from chriseth/fix_clangWarning

Fix clang warning
cl-refactor
Gav Wood 10 years ago
parent
commit
3290670389
  1. 2
      libethereum/Transaction.h

2
libethereum/Transaction.h

@ -66,7 +66,7 @@ enum class CodeDeposit
Success
};
class VMException;
struct VMException;
TransactionException toTransactionException(VMException const& _e);

Loading…
Cancel
Save