Skip to content

Commit

Permalink
Update private_key.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
aguycalled authored Dec 28, 2023
1 parent a8c9da5 commit cde61ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blsct/private_key.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ bool PrivateKey::VerifyPubKey(const PublicKey& pk) const
return GetPublicKey() == pk;
}

} // namespace blsct
} // namespace blsct

0 comments on commit cde61ed

Please sign in to comment.