MAX_STANDARD_TX_SIZE property

int MAX_STANDARD_TX_SIZE
final

How many bytes a transaction can be before it won't be relayed anymore. Currently 100kb.

Implementation

static final int MAX_STANDARD_TX_SIZE = 100000;