You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is bad practise to combine an Option<_> with Value Query, because that makes it less intuitive to evaluate
if the storage exists (need to check if key exists, querying storage will default to None in two different cases: the storage has never been written, or None has actually been written
The text was updated successfully, but these errors were encountered:
pallets/reputation-commitments/src/lib.rs
Lines 198 to 199 in 7be60a1
It is bad practise to combine an Option<_> with Value Query, because that makes it less intuitive to evaluate
The text was updated successfully, but these errors were encountered: