NethermindEth / near-sffl

https://nffl.nethermind.io/
MIT License
7 stars 7 forks source link

Add non-nil check to aggregation when fetching DB message #241

Closed Hyodar closed 3 months ago

Hyodar commented 3 months ago

Currently, in all database.go methods, we're not checking for nil Aggregations before doing ToMessage or such. We should do that.