Fantom-foundation / go-opera

Opera blockchain protocol secured by the Lachesis consensus algorithm
https://fantom.foundation/
GNU Lesser General Public License v3.0
278 stars 282 forks source link

Remove redundant DefaultDataDir call #500

Open holisticode opened 1 year ago

holisticode commented 1 year ago

The DefaultDataDir() call is already assigned in the NodeDefaultConfig global variable on line 32 in defaults.go

holisticode commented 1 year ago

@rus-alex refactored according to your suggestion