Skip to content

Commit f3cea5d

Browse files
authored
Fix stale finalise natsepc comment (openintentsframework#24)
1 parent b644dca commit f3cea5d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/input/compact/InputSettlerCompact.sol

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,7 @@ contract InputSettlerCompact is BaseInputSettler, IInputSettlerCompact {
167167
* @param signatures A signature for the sponsor and the allocator. abi.encode(bytes(sponsorSignature),
168168
* bytes(allocatorData))
169169
* @param timestamps Array of timestamps when each output was filled
170-
* @param solvers Array of solvers who filled each output (in order). For single solver, pass an array with only one
171-
* element
170+
* @param solvers Array of solvers who filled each output (in order of outputs).
172171
* @param destination Where to send the inputs. If the solver wants to send the inputs to themselves, they should
173172
* pass their address to this parameter.
174173
* @param call Optional callback data. If non-empty, will call orderFinalised on the destination
@@ -203,7 +202,7 @@ contract InputSettlerCompact is BaseInputSettler, IInputSettlerCompact {
203202
* @param signatures A signature for the sponsor and the allocator. abi.encode(bytes(sponsorSignature),
204203
* bytes(allocatorData))
205204
* @param timestamps Array of timestamps when each output was filled
206-
* @param solvers Array of solvers who filled each output (in order). For single solver, pass an array with only
205+
* @param solvers Array of solvers who filled each output (in order of outputs)
207206
* element
208207
* @param destination Where to send the inputs
209208
* @param call Optional callback data. If non-empty, will call orderFinalised on the destination

0 commit comments

Comments
 (0)