test
This commit is contained in:
@@ -303,7 +303,7 @@ Value gettxoutproof(const Array& params, bool fHelp)
|
||||
}
|
||||
|
||||
CBlock block;
|
||||
if(!ReadBlockFromDisk(block, pblockindex,0))
|
||||
if(!ReadBlockFromDisk(block, pblockindex))
|
||||
throw JSONRPCError(RPC_INTERNAL_ERROR, "Can't read block from disk");
|
||||
|
||||
unsigned int ntxFound = 0;
|
||||
|
||||
Reference in New Issue
Block a user