Skip to content

Commit

Permalink
Support V1 miner by default (#4714)
Browse files Browse the repository at this point in the history
  • Loading branch information
danield9tqh authored Feb 9, 2024
1 parent 5737865 commit ed86d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish/src/fileStores/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ export class Config<
poolMaxConnectionsPerIp: 0,
poolLarkWebhook: '',
poolXnSize: 2,
poolSupportedVersions: [2, 3],
poolSupportedVersions: [1, 2, 3],
jsonLogs: false,
feeEstimatorMaxBlockHistory: DEFAULT_FEE_ESTIMATOR_MAX_BLOCK_HISTORY,
feeEstimatorPercentileSlow: DEFAULT_FEE_ESTIMATOR_PERCENTILE_SLOW,
Expand Down

0 comments on commit ed86d43

Please sign in to comment.