Delete many things we do not want or need
This commit is contained in:
@@ -711,7 +711,8 @@ public:
|
||||
|
||||
bool IsPegsImport() const
|
||||
{
|
||||
return (ASSETCHAINS_SELFIMPORT=="PEGSCC" && vin[0].prevout.n == 10e8);
|
||||
//return (ASSETCHAINS_SELFIMPORT=="PEGSCC" && vin[0].prevout.n == 10e8);
|
||||
return false;
|
||||
}
|
||||
|
||||
friend bool operator==(const CTransaction& a, const CTransaction& b)
|
||||
|
||||
Reference in New Issue
Block a user