3

If I have the following code in a solidity contract function:

event_logEvent();
throw;

Does the event get logged correctly into the blockchain or does the throw also revert all the events?

jrbedard
  • 524
  • 1
  • 6
  • 15
Alex Darby
  • 921
  • 1
  • 6
  • 16

0 Answers0