diff --git a/blockchains/ethereum.md b/blockchains/ethereum.md index b5792e1..523a45d 100644 --- a/blockchains/ethereum.md +++ b/blockchains/ethereum.md @@ -29,3 +29,5 @@ * STARTGAS * a message is like a transaction, except it is produced by a contract and not an external actor. A message is produced when a cotnract currently executing code executes the CALL opcode. + +* the code in Ethereum contracts is written in