Skip to content

Commit

Permalink
ci: new signing key update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpick713 committed Aug 12, 2024
1 parent 2239582 commit 1ca9718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomic-queue/AtomicQueueV2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ contract AtomicQueueV2 is ReentrancyGuard {
* @param atomicPrice the price in terms of `want` asset the user wants their `offer` assets "sold" at
* @dev atomicPrice MUST be in terms of `want` asset decimals.
* @param offerAmount the amount of `offer` asset the user wants converted to `want` asset
* @param inSolve bool used during solves to prevent duplicate users, and to prevent redoing multiple checks
* @param inSolve bool used during solves to prevent duplicate users, and to prevent re-doing multiple checks
*/
struct AtomicRequest {
uint64 deadline; // deadline to fulfill request
Expand Down

0 comments on commit 1ca9718

Please sign in to comment.