diff options
| author | Kamil Domanski <[email protected]> | 2014-05-13 21:41:51 +0200 |
|---|---|---|
| committer | Kamil Domanski <[email protected]> | 2014-05-20 14:58:21 +0200 |
| commit | f40dbeedde3a6a73c13b0241258cf23248db1de1 (patch) | |
| tree | c2416ba8bb0c00d1c5fac3f81c372e6a093e4f04 /src/key.h | |
| parent | remove GetMedianTime( ) which is never used (diff) | |
| download | discoin-f40dbeedde3a6a73c13b0241258cf23248db1de1.tar.xz discoin-f40dbeedde3a6a73c13b0241258cf23248db1de1.zip | |
remove CPubKey::VerifyCompact( ) which is never used
Diffstat (limited to 'src/key.h')
| -rw-r--r-- | src/key.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -156,10 +156,6 @@ public: // If this public key is not fully valid, the return value will be false. bool Verify(const uint256 &hash, const std::vector<unsigned char>& vchSig) const; - // Verify a compact signature (~65 bytes). - // See CKey::SignCompact. - bool VerifyCompact(const uint256 &hash, const std::vector<unsigned char>& vchSig) const; - // Recover a public key from a compact signature. bool RecoverCompact(const uint256 &hash, const std::vector<unsigned char>& vchSig); |