mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-09-13 21:10:12 +00:00
7 lines
171 B
Go
7 lines
171 B
Go
package model
|
|
|
|
import "math"
|
|
|
|
// UnacceptedDAAScore is used to for UTXOEntries that were created by transactions in the mempool.
|
|
const UnacceptedDAAScore = math.MaxUint64
|