Skip to content

Commit 9f13e48

Browse files
committed
docs: update get_sortiions doc
1 parent e8ca39d commit 9f13e48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
99

1010
### Added
1111

12+
- Add `vrf_seed` to the `/v3/sortitions` rpc endpoint
1213
- Add miner configuration option `tenure_extend_cost_threshold` to specify the percentage of the tenure budget that must be spent before a time-based tenure extend is attempted
1314

1415
### Changed

docs/rpc/api/core-node/get_sortitions.example.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"miner_pk_hash160": "0x6bc51b33e9f3626944eb879147e18111581f8f9b",
1111
"stacks_parent_ch": "0x697357c72da55b759b1d6b721676c92c69f0b490",
1212
"last_sortition_ch": "0x697357c72da55b759b1d6b721676c92c69f0b490",
13-
"committed_block_hash": "0xeea47d6d639c565027110e192e308fb11656183d5c077bcd718d830652800183"
13+
"committed_block_hash": "0xeea47d6d639c565027110e192e308fb11656183d5c077bcd718d830652800183",
14+
"vrf_seed": "0x48b754acc291a5bfad1354ee19bbc471f14af2b21dc7eccc0f929bd16798defe"
1415
}
1516
]

0 commit comments

Comments
 (0)