File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ export function setKeysWithUnlockWalletPassword(
63
63
const accountKeys = readEncryptedAccountInfo ( unlockWalletPassword ) ;
64
64
if ( accountKeys ) {
65
65
const unlockWalletPasswordKeys = {
66
- walletId : 'wallet01' ,
67
66
unlockWalletPassword
68
67
} ;
69
68
dispatch ( {
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ export default function account(
36
36
switch ( action . type ) {
37
37
case SET_UNLOCK_WALLET_PASSWORD :
38
38
return Object . assign ( { } , state , {
39
- walletId : action . walletId ,
40
39
unlockWalletPassword : action . unlockWalletPassword
41
40
} ) ;
42
41
case SET_KEYS :
Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ export type AccountKeys = {
38
38
} ;
39
39
40
40
export type UnlockWalletPassword = {
41
- walletId : string ,
42
41
unlockWalletPassword : string
43
42
} ;
44
43
You can’t perform that action at this time.
0 commit comments