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

Issue: Pubkey as Signer check is confusing #271

Open Virus-Axel opened 2 months ago

Virus-Axel commented 2 months ago

Description

Since check happens in message creation it will confuse more than help.

Suggested Improvements

See if check can happen in instruction building phase instead. Also fix param name in transaction sender_pubkey is a signer.

Extra Information

No response