mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 11:31:08 +03:00
change default to web seeding (#871)
This commit is contained in:
parent
a951f01ac6
commit
b38c6b1cf1
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ pub enum Seeding {
|
|||
|
||||
impl Default for Seeding {
|
||||
fn default() -> Seeding {
|
||||
Seeding::None
|
||||
Seeding::WebStatic
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue