mirror of
https://github.com/RabbyHub/Rabby.git
synced 2026-05-10 03:00:26 -04:00
fix: rm useless data (#3123)
This commit is contained in:
@@ -54,7 +54,9 @@ class GasAccountService {
|
||||
this.store.sig = sig;
|
||||
this.store.accountId = account?.address;
|
||||
this.store.account = {
|
||||
...account!,
|
||||
address: account.address,
|
||||
brandName: account.brandName,
|
||||
type: account.type,
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user