mirror of
https://git.hush.is/hush/hush3.git
synced 2025-10-05 00:08:03 -04:00
Merge branch 'master' into jl777
This commit is contained in:
commit
4b90e548a6
@ -547,7 +547,7 @@ public:
|
||||
if ((s.GetType() & SER_DISK) && (nVersion >= SAPLING_VALUE_VERSION)) {
|
||||
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(segid);
|
||||
|
@ -1,7 +1,10 @@
|
||||
#ifndef KOMODO_NK_H
|
||||
#define KOMODO_NK_H
|
||||
|
||||
#define ASSETCHAINS_N 96
|
||||
#define ASSETCHAINS_K 5
|
||||
#define ASSETCHAINS_N 77
|
||||
#define ASSETCHAINS_K 3
|
||||
|
||||
//#define ASSETCHAINS_N 95
|
||||
//#define ASSETCHAINS_K 5
|
||||
|
||||
#endif
|
||||
|
@ -1436,7 +1436,7 @@ UniValue getsnapshot(const UniValue& params, bool fHelp)
|
||||
|
||||
UniValue getaddresstxids(const UniValue& params, bool fHelp)
|
||||
{
|
||||
if (fHelp || params.size() > 2)
|
||||
if (fHelp || params.size() > 2 || params.size() < 1)
|
||||
throw runtime_error(
|
||||
"getaddresstxids (ccvout)\n"
|
||||
"\nReturns the txids for an address(es) (requires addressindex to be enabled).\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user