Skip to content

Commit

Permalink
fix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gpsanant committed Jan 24, 2024
1 parent f642bc7 commit 343de71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigen_pod_proofs.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func (epp *EigenPodProofs) loadOrComputeBeaconData(prefix string, slot phase0.Sl
}

// cache the beacon state root
_ = epp.oracleStateCache.Add(key(BEACON_STATE_ROOT_PREFIX, uint64(slot)), data)
_ = epp.oracleStateCache.Add(key(prefix, uint64(slot)), data)
return data, nil
}

Expand Down

0 comments on commit 343de71

Please sign in to comment.