mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Fix 12153
This commit is contained in:
parent
9436caf89a
commit
c7aa119a82
@ -835,7 +835,7 @@ static UniValue getblockheader(const JSONRPCRequest& request)
|
||||
return strHex;
|
||||
}
|
||||
|
||||
return blockheaderToJSON(chainActive.Tip(), pblockindex);
|
||||
return blockheaderToJSON(tip, pblockindex);
|
||||
}
|
||||
|
||||
static UniValue getblockheaders(const JSONRPCRequest& request)
|
||||
|
Loading…
Reference in New Issue
Block a user