Skip to content

Commit

Permalink
Create release-notes-5853.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielides committed Jan 31, 2024
1 parent 9bfe2a3 commit 8386a3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/release-notes-5853.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Added RPC
--------

- `dkginfo` RPC returns information about DKGs:
`nActiveDKGs`: Total number of active DKG sessions.
`nextDKG`: If `nActiveDKGs` is 0, then `nextDKG` indicates the number of blocks until the next potential DKG session.

Note: This RPC is enabled only for Masternodes, and it is expected to work only when `SPORK_17_QUORUM_DKG_ENABLED` spork is ON.

0 comments on commit 8386a3d

Please sign in to comment.