MAX_SEQ_NUMBER property

int MAX_SEQ_NUMBER
getter/setter pair

Maximum size an unsigned int can be. Used as value of sequenceNumber when we want to indicate that the transaction's Transaction.nLockTime should be ignored.

Implementation

static int MAX_SEQ_NUMBER = 0xFFFFFFFF;