Skip to content

Commit 08405ae

Browse files
committed
clean up
1 parent a19c16a commit 08405ae

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

basics/transfer-sol/asm/cicd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# It also serves as a reference for the commands used for building & deploying Solana programs.
55
# Run this bad boy with "bash cicd.sh" or "./cicd.sh"
66

7-
cargo build-sbf --manifest-path=./program/Cargo.toml --bpf-out-dir=./program/target/so
8-
solana program deploy ./program/target/so/program.so
7+
sbpf build --deploy-dir ./tests/fixtures/
8+
solana program deploy ./tests/fixtures/transfer-sol-cpi.so

basics/transfer-sol/asm/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ mod tests {
4545
);
4646

4747
let res = svm.send_transaction(tx);
48-
dbg!(&res.clone().unwrap().logs);
4948
assert!(res.is_ok());
5049

5150
let payer_balance_after = svm.get_balance(&payer.pubkey()).unwrap();

0 commit comments

Comments
 (0)