We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81317b3 commit d124fefCopy full SHA for d124fef
src/carrot_core/config.h
@@ -69,4 +69,5 @@ static constexpr const unsigned char CARROT_DOMAIN_SEP_SUBADDRESS_SCALAR[] = "Ca
69
// Carrot misc constants
70
static constexpr const unsigned int CARROT_MIN_TX_OUTPUTS = 2;
71
static constexpr const unsigned int CARROT_MAX_TX_OUTPUTS = 16;
72
+static constexpr const unsigned int CARROT_MAX_TX_INPUTS = 16;
73
} //namespace carrot
0 commit comments