This is a quick fix release for the Hoosat Nocturne update. Due to compatibility issues with UTXO management in the Pebble database backend, LevelDB has been reinstated as the default database.
This release also introduces support for explicitly selecting the database type via the --dbtype flag:
--dbtype=leveldb
--dbtype=pebble
Use this option to override the default if needed. Pebble development will continue in master branch.