Update dkg.go

This commit is contained in:
Mike Mozhaev 2020-09-18 17:06:19 +03:00 committed by GitHub
parent b7996eb7da
commit a910eb0fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ func (am *AirgappedMachine) handleStateDkgMasterKeyAwaitConfirmations(o *client.
if err != nil {
return fmt.Errorf("failed to get master pub key: %w", err)
}
fmt.Println(pubKey.String())
masterPubKeyBz, err := pubKey.MarshalBinary()
if err != nil {