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
For storing used_proofs in EthConnectorContract currently the LookupMap is used. However only true value is stored to this map and the value is never checked.
For storing
used_proofs
inEthConnectorContract
currently theLookupMap
is used. However onlytrue
value is stored to this map and the value is never checked.So, it makes sense to change
LookupMap
intoLookupSet
: https://docs.rs/near-sdk/latest/near_sdk/collections/struct.LookupSet.htmlThe text was updated successfully, but these errors were encountered: