Virus-Axel / godot-solana-sdk

Build Solana games with godot. This GDExtension will enable godot to make on-chain and Solana integrated games.
MIT License
38 stars 12 forks source link

Pure keypair transactions is never fully signed #151

Closed Virus-Axel closed 10 months ago

Virus-Axel commented 10 months ago

Only phantom signer checks if the transaction is fully signed.

Virus-Axel commented 10 months ago

It is, but the signal is casted while calling sign which makes sense. awaiting fully signed should only be called when using a phantom signer