Skip to content

Commit

Permalink
feat: public func findSignature
Browse files Browse the repository at this point in the history
  • Loading branch information
bigearsenal committed Jan 10, 2022
1 parent 433e1cc commit f12f7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ extension SolanaSDK {
_verifySignatures(serializedMessage: try serializeMessage(), requiredAllSignatures: true)
}

func findSignature(pubkey: PublicKey) -> Signature? {
public func findSignature(pubkey: PublicKey) -> Signature? {
signatures.first(where: { $0.publicKey == pubkey })
}

Expand Down

0 comments on commit f12f7c5

Please sign in to comment.