Include fork_version in the generated exit messages when using the Keymanager API

This commit is contained in:
Zahary Karadjov 2023-12-10 03:47:26 +02:00
parent e2893fd645
commit 1525119aa6
No known key found for this signature in database
GPG Key ID: C1F42EAFF38D570F
1 changed files with 2 additions and 0 deletions

View File

@ -91,7 +91,9 @@ async function keymanagerAPIMessages(validators, epoch, keymanagerUrl, beaconNod
signatures.push({
validator_index: validator.validatorIndex,
validator_key: validator.key,
signature: signature,
fork_version: fork.current_version,
epoch: epoch,
});