Unify log fields (#13654)

* unify fields

* fix tests
This commit is contained in:
Radosław Kapka
2024-02-22 23:40:36 +01:00
committed by GitHub
parent 7a9608ea20
commit 0b261cba5e
45 changed files with 190 additions and 190 deletions

View File

@@ -144,8 +144,8 @@ func checkIfWithdrawsAreInPool(ctx context.Context, client *beacon.Client, reque
if len(requestMap) != 0 {
for key, address := range requestMap {
log.WithFields(log.Fields{
"validator_index": key,
"execution_address:": address,
"validatorIndex": key,
"executionAddress:": address,
}).Warn("Set withdrawal address message not found in the node's operations pool.")
}
log.Warn("Please check before resubmitting. Set withdrawal address messages that were not found in the pool may have been already included into a block.")