Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zkokelj committed Feb 28, 2024
1 parent 331f204 commit 47cbbb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/walletextension/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func CreateEncClient(
PrivateKey: privateKey,
PublicKey: PrivateKeyToCompressedPubKey(privateKey),
SignatureWithAccountKey: signature,
SignatureType: signatureType,
}
encClient, err := rpc.NewEncNetworkClient(hostRPCBindAddr, vk, logger)
if err != nil {
Expand Down

0 comments on commit 47cbbb3

Please sign in to comment.