Skip to content

Commit

Permalink
feat: update HabState with icp_dt from latest KERIA
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal committed Dec 13, 2024
1 parent d3e8eb7 commit 026a26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/keri/core/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export interface HabState {
transferable: boolean;
state: State;
windexes: unknown[];
icp_dt: string;
[Algos.salty]?: SaltyState;
[Algos.randy]?: RandyState;
[Algos.group]?: GroupState;
Expand Down

0 comments on commit 026a26e

Please sign in to comment.