aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-30 20:44:51 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-11 13:37:38 +0000
commit7e67c52fa2a4ee68437a5fd906d9848a2f0a7150 (patch)
tree8560ac0d2d41a961ccc5b92583f692cb02694596 /src/cryptonote_config.h
parentBulletproof aggregated verification and tests (diff)
downloadmonero-7e67c52fa2a4ee68437a5fd906d9848a2f0a7150.tar.xz
Add a define for the max number of bulletproof multi-outputs
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index a0dcf2df1..00bc2f275 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -141,6 +141,8 @@
#define DEFAULT_TXPOOL_MAX_SIZE 648000000ull // 3 days at 300000, in bytes
+#define BULLETPROOF_MAX_OUTPUTS 16
+
// New constants are intended to go here
namespace config
{