diff options
author | Riccardo Spagni <ric@spagni.net> | 2014-09-25 08:24:42 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2014-09-25 08:24:42 +0200 |
commit | 59a8366bb18653f14142321a9d85377ceaef8fad (patch) | |
tree | bad5d2d8ce4e7fa651b7e03a4e749a823032a0f2 /src/cryptonote_core/cryptonote_basic.h | |
parent | Merge pull request #160 from tewinget/remove_ldns_dep (diff) | |
download | monero-59a8366bb18653f14142321a9d85377ceaef8fad.tar.xz |
Revert "low risk, potentially varint overflow bug patched thanks to BBR"
This reverts commit 4e2b2b942daa4206ec44c66e59863670dfe3fde4.
Diffstat (limited to 'src/cryptonote_core/cryptonote_basic.h')
-rw-r--r-- | src/cryptonote_core/cryptonote_basic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h index fca4e227e..dfdfa03e5 100644 --- a/src/cryptonote_core/cryptonote_basic.h +++ b/src/cryptonote_core/cryptonote_basic.h @@ -226,6 +226,7 @@ namespace cryptonote ar.end_array(); END_SERIALIZE() + private: static size_t get_signature_size(const txin_v& tx_in); }; |