From 3f38e6cd434ccd305805e7b7b09b0880f76b6aa6 Mon Sep 17 00:00:00 2001 From: Chris Hager Date: Tue, 31 May 2022 20:36:32 +0200 Subject: [PATCH] registerValidator should allow same timestamp should allow resending previous registrations --- apis/builder/validators.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apis/builder/validators.yaml b/apis/builder/validators.yaml index 4d8d8d2..61d52bb 100644 --- a/apis/builder/validators.yaml +++ b/apis/builder/validators.yaml @@ -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: