Skip to content

Commit d124fef

Browse files
committed
add max inputs count to config
1 parent 81317b3 commit d124fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/carrot_core/config.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,5 @@ static constexpr const unsigned char CARROT_DOMAIN_SEP_SUBADDRESS_SCALAR[] = "Ca
6969
// Carrot misc constants
7070
static constexpr const unsigned int CARROT_MIN_TX_OUTPUTS = 2;
7171
static constexpr const unsigned int CARROT_MAX_TX_OUTPUTS = 16;
72+
static constexpr const unsigned int CARROT_MAX_TX_INPUTS = 16;
7273
} //namespace carrot

0 commit comments

Comments
 (0)