|
|
@ -23,7 +23,7 @@ |
|
|
|
#define DPOW_MIN_ASSETCHAIN_SIGS 11 |
|
|
|
//#define DPOW_M(bp) ((bp)->minsigs) // (((bp)->numnotaries >> 1) + 1)
|
|
|
|
#define DPOW_MODIND(bp,offset) (((((bp)->height / DPOW_CHECKPOINTFREQ) % (bp)->numnotaries) + (offset)) % (bp)->numnotaries) |
|
|
|
#define DPOW_VERSION 0x0781 |
|
|
|
#define DPOW_VERSION 0x1781 |
|
|
|
#define DPOW_UTXOSIZE 50000 |
|
|
|
#define DPOW_MINOUTPUT 6000 |
|
|
|
#define DPOW_DURATION 600 |
|
|
|