This commit is contained in:
jl777
2018-02-13 22:55:14 +02:00
parent 9c7d2832f1
commit 148e99adac

View File

@@ -659,7 +659,7 @@ UniValue notaries(const UniValue& params, bool fHelp)
// throw JSONRPCError(RPC_INVALID_PARAMETER, "Block height out of range"); // throw JSONRPCError(RPC_INVALID_PARAMETER, "Block height out of range");
//else //else
{ {
if ( (n= komodo_notaries(pubkeys,height)) > 0 ) if ( (n= komodo_notaries(pubkeys,height,timestamp)) > 0 )
{ {
for (i=0; i<n; i++) for (i=0; i<n; i++)
{ {