Skip to content

Commit

Permalink
Merge pull request #775 from FuelLabs/SwayStar123-patch-1
Browse files Browse the repository at this point in the history
Remove inline(never) from multisig function
  • Loading branch information
SwayStar123 authored Mar 21, 2024
2 parents c66fc73 + d758204 commit 39d1907
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ impl Info for Contract {
/// # Number of Storage Accesses
///
/// * Reads: `2`
#[inline(never)]
#[storage(read)]
fn count_approvals(signatures: Vec<SignatureInfo>, transaction_hash: b256) -> u64 {
// The signers must have increasing values in order to check for duplicates or a zero-value.
Expand Down

0 comments on commit 39d1907

Please sign in to comment.