Skip to content

Commit d8e4f96

Browse files
committed
Turn on MinerOptions::reseal_on_external_parcel by default
1 parent d43a8fb commit d8e4f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/miner/miner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ impl Default for MinerOptions {
6767
MinerOptions {
6868
new_work_notify: vec![],
6969
force_sealing: false,
70-
reseal_on_external_parcel: false,
70+
reseal_on_external_parcel: true,
7171
reseal_on_own_parcel: true,
7272
reseal_min_period: Duration::from_secs(2),
7373
reseal_max_period: Duration::from_secs(120),

0 commit comments

Comments
 (0)