Skip to content

Commit

Permalink
Update cadence/contracts/FCLCrypto.cdc
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Sanchez <[email protected]>
  • Loading branch information
jribbink and sisyphusSmiling authored May 17, 2024
1 parent 61f3342 commit 7e97564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cadence/contracts/FCLCrypto.cdc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ access(all) contract FCLCrypto {
///
/// @return Whether all signatures are valid and the combined total key weight reaches signing power
///
access(self) fun verifySignatures(
access(self) view fun verifySignatures(
address: Address,
message: String,
keyIndices: [Int],
Expand Down

0 comments on commit 7e97564

Please sign in to comment.