-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(events_attestation.go): remove attestationData from struct
The attestationData field was removed from the EventsAttestation struct. Instead of storing the data directly, the AttestationData method is now used to retrieve it when needed. This change reduces the struct size and avoids storing redundant data.
- Loading branch information
Showing
1 changed file
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters