diff --git a/domain/consensus/utils/constants/constants.go b/domain/consensus/utils/constants/constants.go index ab9b3fafd..dfb9c3a7d 100644 --- a/domain/consensus/utils/constants/constants.go +++ b/domain/consensus/utils/constants/constants.go @@ -16,7 +16,7 @@ const ( SompiPerKaspa = 100_000_000 // 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 // of a transaction input can be.