Closed hassanshafique closed 5 months ago
gm @hassanshafique! Can you take a look at #100? I've opened up the PR to address the issue you've outlined above
This issue can be considered resolved by #100
gm @hassanshafique! Can you take a look at #100? I've opened up the PR to address the issue you've outlined above
It worked! but there is a different error I am facing, when simulating the transaction to get compute unit. Creating a new issue for that!
Example code to reproduce this error
The above code will throw the error during transaction.serialize(), because signer for fromWallet public address missing!
If feePayer is not set and there is only one signer, no error happens and transaction goes smoothly.
Possible solutions:
I have seen the code, the feePayer need to also partially sign the transaction!