Skip to content

feat: withdraw_spl_token: create recipient ATA account if non-existent #37

feat: withdraw_spl_token: create recipient ATA account if non-existent

feat: withdraw_spl_token: create recipient ATA account if non-existent #37

Triggered via pull request October 11, 2024 19:25
@brewmaster012brewmaster012
synchronize #55
Status Success
Total duration 16s
Artifacts

semantic-pr.yml

on: pull_request_target
Validate PR title
3s
Validate PR title
Fit to window
Zoom out
Zoom in

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