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