We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc5140 commit ba4369cCopy full SHA for ba4369c
1 file changed
flow/config.go
@@ -185,6 +185,7 @@ func (c *Config) ServiceAccount() *Account {
185
186
func (c *Config) SetServiceAccountKey(privateKey crypto.PrivateKey, hashAlgo crypto.HashAlgorithm) {
187
c.Accounts[serviceAccountName] = &Account{
188
+ KeyType: KeyTypeHex,
189
Address: flow.ServiceAddress(flow.Emulator),
190
PrivateKey: privateKey,
191
SigAlgo: privateKey.Algorithm(),
0 commit comments