iotaledger / iri

IOTA Reference Implementation
Other
1.15k stars 371 forks source link

Disable local snapshot message on devnet #1836

Open kwek20 opened 4 years ago

kwek20 commented 4 years ago

Description

In SnapshotProviderImpl we warn when we are missing local snapshots db. "No Local snapshot was found. Starting to sync from Global Snapshot."

As theres no snapshots in devnet (so far), that could confuse users (sure messed me up for a bit!)

Motivation

less confusion = more nodes

Requirements

Check for devnet before logging warning