12 lines
280 B
Go
Raw Normal View History

2021-12-04 16:42:11 +00:00
package premine
// this files contains the list of all premine users
// this is just an evaluation for better testing and will probably non exist in the releasing main
// list contains csv value,registration tx line format
import _ "embed"
//go:embed list.txt
var List string