From c6194084b581377cecbd85a394aee8e067f1d4db Mon Sep 17 00:00:00 2001 From: Jeroen Willemsen Date: Thu, 29 Sep 2022 09:45:33 +0200 Subject: [PATCH] fixed file endings --- src/main/resources/explanations/challenge26_reason.adoc | 2 +- src/main/resources/explanations/challenge27_reason.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/explanations/challenge26_reason.adoc b/src/main/resources/explanations/challenge26_reason.adoc index f108eed97..ccffc3eea 100644 --- a/src/main/resources/explanations/challenge26_reason.adoc +++ b/src/main/resources/explanations/challenge26_reason.adoc @@ -2,4 +2,4 @@ The state of the chain can be verified for any point in time by executing the state updates up until a certain block. -Updating the state of the chain does not remove previous changes to state. \ No newline at end of file +Updating the state of the chain does not remove previous changes to state. diff --git a/src/main/resources/explanations/challenge27_reason.adoc b/src/main/resources/explanations/challenge27_reason.adoc index 82e2611f5..9a8d199e3 100644 --- a/src/main/resources/explanations/challenge27_reason.adoc +++ b/src/main/resources/explanations/challenge27_reason.adoc @@ -1,4 +1,4 @@ *Why sending secrets as inputs to smart contracts is a bad idea even if they aren't stored* Inputs to all transactions to contracts, like the state of internal storage of contracts on the chain are stored forever and are easy to query. -Inputs to transactions are even visible before those transactions are accepted. This can lead to frontrunning by a 3rd party who has access to the pool of transactions and can send a transaction (with higher gas) that benefits from the known transaction running after it. \ No newline at end of file +Inputs to transactions are even visible before those transactions are accepted. This can lead to front-running by a 3rd party who has access to the pool of transactions and can send a transaction (with higher gas) that benefits from the known transaction running after it.