aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_core/cryptonote_basic.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2014-09-24 22:28:25 +0200
committerThomas Winget <tewinget@gmail.com>2014-09-24 22:17:33 -0400
commit4e2b2b942daa4206ec44c66e59863670dfe3fde4 (patch)
tree1f07b2ba7a500b10b723b0ca00cbc36329844d7e /src/cryptonote_core/cryptonote_basic.h
parentMerge pull request #159 (diff)
downloadmonero-4e2b2b942daa4206ec44c66e59863670dfe3fde4.tar.xz
low risk, potentially varint overflow bug patched thanks to BBR
Diffstat (limited to 'src/cryptonote_core/cryptonote_basic.h')
-rw-r--r--src/cryptonote_core/cryptonote_basic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptonote_core/cryptonote_basic.h b/src/cryptonote_core/cryptonote_basic.h
index dfdfa03e5..fca4e227e 100644
--- a/src/cryptonote_core/cryptonote_basic.h
+++ b/src/cryptonote_core/cryptonote_basic.h
@@ -226,7 +226,6 @@ namespace cryptonote
ar.end_array();
END_SERIALIZE()
- private:
static size_t get_signature_size(const txin_v& tx_in);
};