Skip to content

Commit

Permalink
fix: reverting accidental manual change in generated code
Browse files Browse the repository at this point in the history
This must've slipped in during a recent refactor.

Fixes #453

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Jan 8, 2021
1 parent 10f19a2 commit e67369f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ export interface Web3SigningCredentialPrivateKeyHex {
*/
export enum Web3SigningCredentialType {
CACTUSKEYCHAINREF = 'CACTUS_KEYCHAIN_REF',
GETHKEYCHAINPASSWORD = 'GETH_KEYCHAIN_PASSWORD',
PRIVATEKEYHEX = 'PRIVATE_KEY_HEX',
NONE = 'NONE'
}
Expand Down

0 comments on commit e67369f

Please sign in to comment.