We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: