|
|
@ -275,7 +275,7 @@ private:
|
|
|
|
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
|
|
|
|
/** Constant used in hashBlock to indicate tx has been abandoned, only used at
|
|
|
|
* serialization/deserialization to avoid ambiguity with conflicted.
|
|
|
|
* serialization/deserialization to avoid ambiguity with conflicted.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
static const uint256 ABANDON_HASH;
|
|
|
|
static constexpr const uint256& ABANDON_HASH = uint256::ONE;
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
public:
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|