Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

fix: latest changes in sov_bank #167

fix: latest changes in sov_bank

fix: latest changes in sov_bank #167

Triggered via pull request May 7, 2024 10:43
Status Success
Total duration 7m 7s
Artifacts

risc0-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
this method takes 2 arguments but 1 argument was supplied: mocks/src/sovereign/runner.rs#L62
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> mocks/src/sovereign/runner.rs:62:31 | 62 | self.da_service().send_transaction(&[0; 32]).await.unwrap(); | ^^^^^^^^^^^^^^^^---------- an argument of type `<Da as sov_rollup_interface::services::da::DaService>::Fee` is missing | note: method defined here --> /home/runner/.cargo/git/checkouts/sovereign-sdk-wip-2241857286d1d6fc/78153d2/rollup-interface/src/node/services/da.rs:166:14 | 166 | async fn send_transaction( | ^^^^^^^^^^^^^^^^ help: provide the argument | 62 | self.da_service().send_transaction(&[0; 32], /* <Da as sov_rollup_interface::services::da::DaService>::Fee */).await.unwrap(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
this method takes 2 arguments but 1 argument was supplied: mocks/src/sovereign/runner.rs#L62
error[E0061]: this method takes 2 arguments but 1 argument was supplied --> mocks/src/sovereign/runner.rs:62:31 | 62 | self.da_service().send_transaction(&[0; 32]).await.unwrap(); | ^^^^^^^^^^^^^^^^---------- an argument of type `<Da as sov_rollup_interface::services::da::DaService>::Fee` is missing | note: method defined here --> /home/runner/.cargo/git/checkouts/sovereign-sdk-wip-2241857286d1d6fc/78153d2/rollup-interface/src/node/services/da.rs:166:14 | 166 | async fn send_transaction( | ^^^^^^^^^^^^^^^^ help: provide the argument | 62 | self.da_service().send_transaction(&[0; 32], /* <Da as sov_rollup_interface::services::da::DaService>::Fee */).await.unwrap(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~