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
This function was missing a function application at the end, meaning that
its return type was function and not string as it should be. This has
now been fixed.
It took me a bit too long to find this bug so included in this commit is
a small change to make the code a bit less compact by declaring the
return value from getBackupSigningKey to an appropriately named local
variable.
Also improves nomenclature in getBackupSigningKey by explictly
distinguishing between regular private keys and extended private keys.
0 commit comments