Skip to content

Commit

Permalink
add var hdWalletConfigFile
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyPigeon committed Jun 18, 2022
1 parent 7b14356 commit 5286308
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions ioctl/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,15 @@ type (
}

client struct {
cfg config.Config
conn *grpc.ClientConn
cryptoSm2 bool
configFilePath string
endpoint string
insecure bool
cfg config.Config
conn *grpc.ClientConn
cryptoSm2 bool
configFilePath string
endpoint string
insecure bool
hdWalletConfigFile string
}

// Option sets client construction parameter
Option func(*client)

Expand Down

0 comments on commit 5286308

Please sign in to comment.