Skip to content

Commit 11fb205

Browse files
committed
fix api request description
1 parent 0c3dd3c commit 11fb205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra-node/json-schemas/api.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ components:
731731
title: SideLoadSnapshotRequest
732732
description: |
733733
Submit a snapshot along with a valid multisignature to update the node's latest confirmed snapshot.
734-
The provided snapshot must have a strictly higher snapshot number and version than the previous one.
734+
The provided snapshot must have a higher or equal snapshot number and version than the previous one.
735735
Additionally, it must be enforceable and valid according to the current protocol state on L1,
736736
meaning it must be signed by all required participants.
737737
payload:

0 commit comments

Comments
 (0)