Skip to content

Commit

Permalink
registerValidator should allow same timestamp
Browse files Browse the repository at this point in the history
should allow resending previous registrations
  • Loading branch information
metachris authored and lightclient committed Jun 3, 2022
1 parent e912fa8 commit 3f38e6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apis/builder/validators.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ post:
Builders should verify that `pubkey` corresponds to an active or pending
validator, and that `signature` is valid under `pubkey`. Otherwise, builder
must error. Requests with `timestamp` less than or equal to the previous
successful announcement must error. Requests with `timestamp` more than 10
seconds in the future must error.
must error. Requests with `timestamp` less than the previous successful
announcement must error. Requests with `timestamp` more than 10 seconds in
the future must error.
tags:
- Builder
requestBody:
Expand Down

0 comments on commit 3f38e6c

Please sign in to comment.