forked from TrueCloudLab/neoneo-go
state: drop unused UTXO remnant
This commit is contained in:
parent
2e0fe370cf
commit
7ba1b16854
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
package state
|
|
||||||
|
|
||||||
// Coin represents the state of a coin.
|
|
||||||
type Coin uint8
|
|
||||||
|
|
||||||
// Viable Coin constants.
|
|
||||||
const (
|
|
||||||
CoinConfirmed Coin = 0
|
|
||||||
CoinSpent Coin = 1 << 1
|
|
||||||
CoinClaimed Coin = 1 << 2
|
|
||||||
CoinFrozen Coin = 1 << 5
|
|
||||||
)
|
|
Loading…
Reference in a new issue