From 91076d648de7829aa236670ac9a58aac47bb9ee8 Mon Sep 17 00:00:00 2001 From: Vishwa Mehta Date: Mon, 19 Aug 2024 18:13:55 +0530 Subject: [PATCH] Update safe-remote.rst Reverts the docs PR #14632. (see: https://github.com/ethereum/solidity/pull/14632#discussion_r1721715090) --- docs/examples/safe-remote.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/examples/safe-remote.rst b/docs/examples/safe-remote.rst index 065aabdd9b6a..a2651af23882 100644 --- a/docs/examples/safe-remote.rst +++ b/docs/examples/safe-remote.rst @@ -106,7 +106,6 @@ you can use state machine-like constructs inside a contract. /// is called. function confirmPurchase() external - onlyBuyer inState(State.Created) condition(msg.value == (2 * value)) payable