From c198e8d6935b87dee83e8e0542ead261cd9c2587 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 11 Mar 2022 03:50:17 +0000 Subject: [PATCH] Update ethereum.md --- blockchains/ethereum.md | 2 ++ 1 file changed, 2 insertions(+) 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