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
if I insert five pairs:
"hello": 1,
"hey": 2,
"hi": 3,
"holy":4,
"haha": 5
the prefixlookup("he") should return 2 kv pairs:
"hello": 1,
"hey": 2,
but the current code maybe return one kv pair, or return all the ascscan KV pairs.