ethereum / ssv

The repository has moved to https://github.com/bloxapp/ssv
https://github.com/bloxapp/ssv
24 stars 12 forks source link

Storage - handle not found #93

Open nivBlox opened 3 years ago

nivBlox commented 3 years ago

In case of not found need to retrun one of the 2 options - 1, return val as nil and without error 2, return val nil, not found bool and error

need to decide which one is preferred