Skip to content

Commit 7bc4e80

Browse files
committed
add hotkey to commit_reveal_v3_extrinsic
1 parent c40da87 commit 7bc4e80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bittensor/core/extrinsics/commit_reveal.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def commit_reveal_v3_extrinsic(
123123
netuid=netuid,
124124
subnet_reveal_period_epochs=subnet_reveal_period_epochs,
125125
block_time=block_time,
126+
hotkey=wallet.hotkey.public_key,
126127
)
127128

128129
success, message = _do_commit_reveal_v3(

0 commit comments

Comments
 (0)