Bonfida / token-vesting

A Vesting Contract for the Solana Blockchain
https://vesting.bonfida.org/
Other
252 stars 167 forks source link

Error while creating vesting instance #49

Open 0xasimraza opened 2 months ago

0xasimraza commented 2 months ago

I called this command for create vesting instance

RUST_BACKTRACE=1 ./target/debug/libtoken_vesting.so --url http://127.0.0.1:8899 --program_id ChxuVTUTtpZXp1p1XKyoV46n4MQQNoiVc2veGQENsnvo create --mint_address AfpsBP3XEAYD8b5Agk3K8fvuZPYaNrdrJ7dNiWN56kiy --source_owner ~/wallet/keypair1.json --source_token_address AQw6YxN4keXJV82UPBcCY4cgkb4BjGWCEaeTgDoHPUeJ --destination_token_address 7T5rL3WErkGrLsjpEuHsa9SNrDjCFjqAxCtF7oCzGMN6 --amounts 1000000000,! --release-times 1720440369,1720640369,! --payer ~/wallet/keypair1.json --verbose | bash

but it throw error [1] 66968 segmentation fault (core dumped) RUST_BACKTRACE=1 ./target/debug/libtoken_vesting.so --url --program_id | 66969 done bash