From d8d2079d94c6cb88a34d0a9097b165874c40a2d7 Mon Sep 17 00:00:00 2001 From: Nikolay Eskov Date: Tue, 26 Nov 2024 10:28:21 +0300 Subject: [PATCH] TMP: add mainnet tx 'DAcwgX2UkJ1zWYPE3ABrQQtRGamWDdJwCherhoVzkvJP' to workaround handler. --- pkg/state/script_caller.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/state/script_caller.go b/pkg/state/script_caller.go index 14518e0d0..bcffa5d1d 100644 --- a/pkg/state/script_caller.go +++ b/pkg/state/script_caller.go @@ -334,7 +334,8 @@ func workaroundHandler(scheme proto.Scheme, tx proto.Transaction) (workaroundRes } switch txIDStr := base58.Encode(txID); txIDStr { case "DGXQ69rv3PbwVa6TeT7AQy2pyhpeCawNwGdWcC3wdfVh", - "GqKtPzT4judzqSPxtLpzeoZpZcdULeW2rGtGLYADoqmj": + "GqKtPzT4judzqSPxtLpzeoZpZcdULeW2rGtGLYADoqmj", + "DAcwgX2UkJ1zWYPE3ABrQQtRGamWDdJwCherhoVzkvJP": const txSpentComplexity = 16154 rideErr := ride.EvaluationErrorSetComplexity( // set spent complexity ride.RuntimeError.Errorf("workaround for tx %q", txIDStr), // in scala - failed tx, go - ok