Add a define for the max number of bulletproof multi-outputs

This commit is contained in:
moneromooo-monero 2018-03-30 20:44:51 +01:00
parent 2a8fcb421b
commit 7e67c52fa2
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 5 additions and 2 deletions

View file

@ -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
{