Solana transfer throws "Invalid address string" error #3733
Unanswered
aberikashvili
asked this question in
Q&A
Replies: 2 comments
-
Hi @aberikashvili, the problem is that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I'm testing Solana transfer signer in
Swift
. I copy pasted example fromwallet-core/swift/Tests/Blockchains/SolanaTests.swift
Line 31 in 13cdf83
My code looks like this:
Calling
AnySigner.sign(input: input, coin: .solana)
method, throws the following error:And app crashes.
Any ideas? Any working docs?
Beta Was this translation helpful? Give feedback.
All reactions