diff --git a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md index 7cf947f9..a264fd0d 100644 --- a/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md +++ b/_includes/devdoc/dash-core/rpcs/rpcs/getblocktemplate.md @@ -218,6 +218,11 @@ information, please see the following resources: p: "Required
(exactly 1)" d: "The compressed target of next block" +- n: "→
`previousbits`" + t: "string" + p: "Required
(exactly 1)" + d: "The compressed target of the current highest block" + - n: "→
`height`" t: "number" p: "Required
(exactly 1)" @@ -347,7 +352,8 @@ Result: "sigoplimit": 40000, "sizelimit": 2000000, "curtime": 1507738818, - "bits": "1d01231e", + "bits": "1c103bdf", + "previousbits": "1c1548b5", "height": 7967, "masternode": { "payee": "yaJc6tADbEjxQBAC69ugWNoTFpzxqkcgWd", diff --git a/_includes/layout/base/rpc-table.html b/_includes/layout/base/rpc-table.html index da404e18..bfbb3a66 100644 --- a/_includes/layout/base/rpc-table.html +++ b/_includes/layout/base/rpc-table.html @@ -323,7 +323,7 @@ th.tg-sort-header::-moz-selection { background:transparent; }th.tg-sort-header:: Mining GetBlockTemplate Y - Updated in 0.12.3.0 + Updated in 0.12.4.0 Mining