cleanup transaction replacement return codes

This commit is contained in:
Scott Sadler
2018-03-08 16:35:39 -03:00
parent 2b2c75de29
commit e102037e61
4 changed files with 52 additions and 55 deletions

View File

@@ -17,6 +17,7 @@ static const unsigned char REJECT_NONSTANDARD = 0x40;
static const unsigned char REJECT_DUST = 0x41;
static const unsigned char REJECT_INSUFFICIENTFEE = 0x42;
static const unsigned char REJECT_CHECKPOINT = 0x43;
static const unsigned char REJECT_HAVEBETTER = 0x44;
/** Capture information about block/transaction validation */
class CValidationState {