Documentation ¶
Index ¶
Constants ¶
View Source
const ( TARGET_BITS = 16 MINING_REWARD = 50.0 MIN_CURRENCY_UNIT = 0.000001 MIN_FEE_PER_BYTE = 20 * MIN_CURRENCY_UNIT MAX_NONCE = math.MaxInt32 )
Variables ¶
View Source
var ( Syncing int32 DBMutex = &sync.Mutex{} UTXO_BUCKET = []byte("chainstate") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.