From 88aa4d317ef648af35fe5db1faad101aab94dd51 Mon Sep 17 00:00:00 2001 From: Arthur <121949966+ShinyWasabi@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:27:07 +0300 Subject: [PATCH] Fix transaction_overlimit Global (#3611) --- src/core/scr_globals.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/scr_globals.hpp b/src/core/scr_globals.hpp index 09bd7712..194602f1 100644 --- a/src/core/scr_globals.hpp +++ b/src/core/scr_globals.hpp @@ -38,7 +38,7 @@ namespace big::scr_globals static inline const script_global spawn_global(2696212); - static inline const script_global transaction_overlimit(20913); + static inline const script_global transaction_overlimit(4537455); static inline const script_global stats(2359296);