Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
feat(internal): remove lastActive field from internal account model (
Browse files Browse the repository at this point in the history
  • Loading branch information
danroc authored Sep 4, 2023
1 parent 0b9519c commit 35c5393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const InternalAccountStruct = object({
}),
),
name: string(),
lastActive: optional(number()),
lastSelected: optional(number()),
keyring: object({
type: string(),
Expand Down

0 comments on commit 35c5393

Please sign in to comment.