Skip to content

Commit

Permalink
feat(core): add optional 'reason' property to HealthCheckResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
mkazlauskas committed Apr 25, 2023
1 parent 1b74c16 commit 985448c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Provider/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export type HealthCheckResponse = {
networkSync?: Percent;
};
projectedTip?: Cardano.Tip;
reason?: string;
};

export interface ProviderDependencies {
Expand Down

0 comments on commit 985448c

Please sign in to comment.