Skip to content
Prev Previous commit
Next Next commit
Adapt contract-transfer E2E tests for new API
  • Loading branch information
cmichi committed Oct 11, 2022
commit 66f5d2dbe4db9c07114f517ae834fc930dfb936a
4 changes: 2 additions & 2 deletions examples/contract-transfer/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub mod give_me {
.call(
&mut ink_e2e::bob(),
contract_acc_id.clone(),
transfer.into(),
transfer,
10,
None,
)
Expand Down Expand Up @@ -244,7 +244,7 @@ pub mod give_me {
.call(
&mut ink_e2e::eve(),
contract_acc_id.clone(),
transfer.into(),
transfer,
0,
None,
)
Expand Down