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
We want to add an array of keys to be scanned to the zebra config so we can add them to the key storage at startup.
The keys field can be a vector of tuples Vec<(String, Option<height>)> where the first argument is the viewing key as a string and height is an optional birth date. Or it can just be Vec<String> if we want to add the birth height later.
Tasks:
Add key list to zebra config. (New "scan" section)
The text was updated successfully, but these errors were encountered:
We want to add an array of keys to be scanned to the zebra config so we can add them to the key storage at startup.
The keys field can be a vector of tuples
Vec<(String, Option<height>)>
where the first argument is the viewing key as a string and height is an optional birth date. Or it can just beVec<String>
if we want to add the birth height later.Tasks:
The text was updated successfully, but these errors were encountered: