Skip to content

Commit

Permalink
Update safe-remote.rst
Browse files Browse the repository at this point in the history
Reverts the docs PR #14632. (see: #14632 (comment))
  • Loading branch information
mehtavishwa30 authored and clonker committed Aug 28, 2024
1 parent 24e87ac commit 0359fb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/examples/safe-remote.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0359fb9

Please sign in to comment.