Skip to content

Commit

Permalink
common: made Chain interface consensus type specific config parameter…
Browse files Browse the repository at this point in the history
…s optional
  • Loading branch information
holgerd77 committed Jan 28, 2021
1 parent 6d9d632 commit 6fe4a1d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/common/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ export interface Chain {
consensus?: {
type: string
algorithm: string
clique: {
clique?: {
period: number
epoch: number
}
ethash?: any
}
}

Expand Down

0 comments on commit 6fe4a1d

Please sign in to comment.