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
@tinchoz49 Ran into the same issue following the same example. Debugged a bit and saw that the raw secret seed has a length of 32 when it expects a length of 64.
This occurs on the flow for browser raw secret seed retrieval for signing as seen here
Describe the bug
I try to run the example but I got
bad secret key size
.Looking the keypair code I saw this:
https://github.com/stellar/js-stellar-base/blob/master/src/keypair.js#L186
keypair.rawSecretKey()
returns thesecretSeed
. Is that right?What version are you on?
2.1.2
The text was updated successfully, but these errors were encountered: