feat: withdraw_spl_token: create recipient ATA account if non-existent #37
Triggered via pull request
October 11, 2024 19:25
brewmaster012
synchronize
#55
Status
Success
Total duration
16s
Artifacts
–
semantic-pr.yml
on: pull_request_target
Validate PR title
3s
Annotations
4 errors
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355:
programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal0` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:17
|
355 | bal0 - bal1
| ^^^^ not found in this scope
|
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355:
programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal1` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:24
|
355 | bal0 - bal1
| ^^^^ not found in this scope
|
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355:
programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal0` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:17
|
355 | bal0 - bal1
| ^^^^ not found in this scope
|
[clippy] programs/protocol-contracts-solana/src/lib.rs#L355:
programs/protocol-contracts-solana/src/lib.rs#L355
error[E0425]: cannot find value `bal1` in this scope
--> programs/protocol-contracts-solana/src/lib.rs:355:24
|
355 | bal0 - bal1
| ^^^^ not found in this scope
|