Transaction error: Error: Signature verification failed
I am creating a vesting schedule on solana using anchor and rust. I wanna initialize a vesting schedule for the user. When initializing only the user needs to sign, but for some reason my test demands the signature of the vesting schedule.
Transaction error: Error: Signature verification failed
I am creating a vesting schedule on solana using anchor and rust. I wanna initialize a vesting schedule for the user. When initializing only the user needs to sign, but for some reason my test demands the signature of the vesting schedule.