Skip to content

Commit

Permalink
TMP: add mainnet tx 'DAcwgX2UkJ1zWYPE3ABrQQtRGamWDdJwCherhoVzkvJP' to…
Browse files Browse the repository at this point in the history
… workaround handler.
  • Loading branch information
nickeskov committed Dec 28, 2024
1 parent 77e779d commit a6d42c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/state/script_caller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a6d42c6

Please sign in to comment.