Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

Commit 33bf729

Browse files
committed
fix: double 'fill' return description
1 parent 7c79ca0 commit 33bf729

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/docs/3-solver/320-evm-fill.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ function fillOrderOutputs(
2828
) external;
2929
```
3030

31-
Note that `fill` does not revert if an output has already been filled. It instead returns the address of the solver that has been recorded as the filler. You will not be debited any assets. If you need the fill to revert, use `fillOrderOutputs`.
31+
Note that `fill` does not revert if an output has already been filled. It instead returns an identifier linked to the existing fill, without debiting any further assets. If it is desired for the `fill` call to revert, refer to `fillOrderOutputs`.

0 commit comments

Comments
 (0)