You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 22, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: HowTo_2.0.0.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,14 @@ Select operation and press Enter. Ctrl+C for cancel
109
109
110
110
There is a hash of the reinit DKG message in a reinitDKG operation and if it's not equal to the hash from ```get_reinit_dkg_file_hash``` command, that means that person who started the reinit process has changed some parameters.
111
111
112
-
After you have processed the operation in airgapped, you have your master DKG pubkey recovered, so you can sign new messages!
112
+
Now you need to process the operation inside the Airgapped machine:
113
+
114
+
```
115
+
$ >>> read_operation
116
+
> Enter the path to Operation JSON file: reinit_operation.json
117
+
```
118
+
119
+
Now you have your master DKG pubkey recovered, and you can sign new messages!
0 commit comments