revert labs exemption
This commit is contained in:
@@ -162,7 +162,7 @@ bool CheckTxFee(const CTransaction &tx, uint64_t txfee, uint32_t height, uint64_
|
|||||||
actualtxfee = valuein-tx.GetValueOut();
|
actualtxfee = valuein-tx.GetValueOut();
|
||||||
if ( actualtxfee > txfee )
|
if ( actualtxfee > txfee )
|
||||||
{
|
{
|
||||||
fprintf(stderr, "actualtxfee.%li vs txfee.%li\n", actualtxfee, txfee);
|
//fprintf(stderr, "actualtxfee.%li vs txfee.%li\n", actualtxfee, txfee);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
@@ -547,7 +547,7 @@ public:
|
|||||||
if ((s.GetType() & SER_DISK) && (nVersion >= SAPLING_VALUE_VERSION)) {
|
if ((s.GetType() & SER_DISK) && (nVersion >= SAPLING_VALUE_VERSION)) {
|
||||||
READWRITE(nSaplingValue);
|
READWRITE(nSaplingValue);
|
||||||
}
|
}
|
||||||
if ( (s.GetType() & SER_DISK) && (is_STAKED(ASSETCHAINS_SYMBOL) != 0) )// && ASSETCHAINS_NOTARY_PAY[0] != 0 )
|
if ( (s.GetType() & SER_DISK) && (is_STAKED(ASSETCHAINS_SYMBOL) != 0) && ASSETCHAINS_NOTARY_PAY[0] != 0 )
|
||||||
{
|
{
|
||||||
READWRITE(nNotaryPay);
|
READWRITE(nNotaryPay);
|
||||||
READWRITE(segid);
|
READWRITE(segid);
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
#ifndef KOMODO_NK_H
|
#ifndef KOMODO_NK_H
|
||||||
#define KOMODO_NK_H
|
#define KOMODO_NK_H
|
||||||
|
|
||||||
#define ASSETCHAINS_N 77
|
//#define ASSETCHAINS_N 77
|
||||||
#define ASSETCHAINS_K 3
|
//#define ASSETCHAINS_K 3
|
||||||
|
|
||||||
//#define ASSETCHAINS_N 95
|
#define ASSETCHAINS_N 96
|
||||||
//#define ASSETCHAINS_K 5
|
#define ASSETCHAINS_K 5
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user