From 402ede8abf35b7102c9a37740cc3361db47d59fd Mon Sep 17 00:00:00 2001 From: topianet <130279998+fabbez@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:19:27 +0100 Subject: [PATCH] Update constants.go --- domain/consensus/utils/constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.