Skip to content

Commit 8462c5d

Browse files
committed
revert useless changes
1 parent b5bcab5 commit 8462c5d

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
scarb-version: ${{ env.SCARB_VERSION }}
2020

21-
- uses: foundry-rs/setup-snfoundry@v4
21+
- uses: foundry-rs/setup-snfoundry@v3
2222
with:
2323
starknet-foundry-version: ${{ env.SNFOUNDRY_VERSION }}
2424

@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
scarb-version: ${{ env.SCARB_VERSION }}
5656

57-
- uses: foundry-rs/setup-snfoundry@v4
57+
- uses: foundry-rs/setup-snfoundry@v3
5858
with:
5959
starknet-foundry-version: ${{ env.SNFOUNDRY_VERSION }}
6060

rust/tests/mailbox.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ where
132132
let mut receiver = [0u8; 32];
133133
receiver[12..].copy_from_slice(&to.core.msg_receiver.address().0);
134134
let _sender = from.acc_tester.address();
135-
println!("Account sender {}", _sender);
136135
let msg_body = b"hello world";
137136

138137
// dispatch
@@ -148,8 +147,6 @@ where
148147
)
149148
.send()
150149
.await?;
151-
152-
println!("\nDispatch res: {:?}", dispatch_res);
153150
let strk_provider: &AnyProvider = from.acc_owner.provider();
154151
let dispatch_receipt = strk_provider
155152
.get_transaction_receipt(dispatch_res.transaction_hash)

0 commit comments

Comments
 (0)