blockdb.go raw

   1  package blockdb
   2  
   3  // NamePrefix is the prefix for the block database name. The database type is appended to this value to form the full
   4  // block database name.
   5  const NamePrefix = "blocks"
   6