diff --git a/doc/api/node_api.md b/doc/api/node_api.md index c72c4005c..2af70a4b9 100644 --- a/doc/api/node_api.md +++ b/doc/api/node_api.md @@ -81,6 +81,7 @@ Optionally return results as "compact blocks" by passing `?compact` query. | - edge_bits | number | Size of the cuckoo graph (2_log of number of edges) | | - cuckoo_solution | []number | The Cuckoo solution for this block | | - total_difficulty | number | Total accumulated difficulty since genesis block | + | - scaling_difficulty | number | Difficulty scaling factor between the different proofs of work | | - total_kernel_offset | string | Total kernel offset since genesis block | | inputs | []string | Input transactions | | outputs | []object | Outputs transactions |