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
When trying to connect the SDK with a seed different to the encrypted credential, SDK throws an error:
Failed to decrypt credentials, seed doesn't match existing node
This can be handled by creating a different working directory for the SDK to use with the different seed, but that is not immediately obvious to a developer.
The text was updated successfully, but these errors were encountered:
Alternatively, we could store the DB files in a per-wallet subfolder, whose name is derived from the seed (HD wallet fingerprint).
Each new restore would then access the files from the matching DB, or create a new subfolder.
This would better suit the multi-instance scenario, where different HWW determine the seed. I think Roy mentioned also having a method to clear the state cache for a particular seed (or with an optional flag when calling disconnect)
This would better suit the multi-instance scenario, where different HWW determine the seed. I think Roy mentioned also having a method to clear the state cache for a particular seed (or with an optional flag when calling disconnect)
When trying to connect the SDK with a seed different to the encrypted credential, SDK throws an error:
This can be handled by creating a different working directory for the SDK to use with the different seed, but that is not immediately obvious to a developer.
The text was updated successfully, but these errors were encountered: