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

Transaction does not compile properly #107

Closed Virus-Axel closed 11 months ago

Virus-Axel commented 1 year ago

The number of read-only accounts can be more than expected. This causes the blockhash to be treated as an account. and the transaction cannot be signed. Find the bug and fix it.

ETA: 1h

Virus-Axel commented 11 months ago

Caused by phantom adding signatures to my transaction. Fixed now.