From b1a87e24274e119fb875f8becbac18ed51c4c0a7 Mon Sep 17 00:00:00 2001 From: Alexander Slesarenko Date: Wed, 5 Jun 2024 22:13:26 +0200 Subject: [PATCH] sign-tx-multisig: fix compilation --- .../main/scala/org/ergoplatform/sdk/ReducingInterpreter.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/shared/src/main/scala/org/ergoplatform/sdk/ReducingInterpreter.scala b/sdk/shared/src/main/scala/org/ergoplatform/sdk/ReducingInterpreter.scala index 0912f8857f..0ed213930e 100644 --- a/sdk/shared/src/main/scala/org/ergoplatform/sdk/ReducingInterpreter.scala +++ b/sdk/shared/src/main/scala/org/ergoplatform/sdk/ReducingInterpreter.scala @@ -182,7 +182,7 @@ class ReducingInterpreter(params: BlockchainParameters) extends ErgoLikeInterpre def reduceTransactionInput( unreducedTx: UnreducedTransaction, inputIdx: Int, - stateContext: BlockchainStateContext, + stateContext: BlockchainStateContext ): ReducedInputData = { validateTransaction(unreducedTx) val unsignedTx = unreducedTx.unsignedTx