Update constants.go

This commit is contained in:
topianet 2023-12-13 20:19:27 +01:00 committed by GitHub
parent ac76604813
commit 402ede8abf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ const (
SompiPerKaspa = 100_000_000 SompiPerKaspa = 100_000_000
// MaxSompi is the maximum transaction amount allowed in sompi. // MaxSompi is the maximum transaction amount allowed in sompi.
MaxSompi = uint64(29_000_000_000 * SompiPerKaspa) MaxSompi = uint64(46_000_000_000 * SompiPerKaspa)
// MaxTxInSequenceNum is the maximum sequence number the sequence field // MaxTxInSequenceNum is the maximum sequence number the sequence field
// of a transaction input can be. // of a transaction input can be.