Skip to content

Commit 3c199dd

Browse files
committed
lints
1 parent 91e1447 commit 3c199dd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

contracts/stellar-multicall/src/interface.rs

-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,5 @@ pub trait MulticallInterface {
1212
///
1313
/// # Returns
1414
/// - `Ok(Vec<Val>)`: Returns a vector with the return data of each function call
15-
///
16-
/// # Errors
17-
/// - [`ContractError::MulticallFailed`]: If any of the contract calls fail.
1815
fn multicall(env: &Env, function_calls: Vec<FunctionCall>) -> Result<Vec<Val>, ContractError>;
1916
}

0 commit comments

Comments
 (0)