dusk-network / dusk-blockchain

Reference implementation of the DUSK Network node, written in Golang
MIT License
102 stars 47 forks source link

DUSK value is wrong #1517

Closed fed-franz closed 1 year ago

fed-franz commented 1 year ago

ISSUE In sortition.go, DUSK (1 unit of DUSK) is set to be 100 000 000 instead of 1 000 000 000.

SOLUTION Set DUSK = 1000000000 or use the definition in consts.go