Skip to content

Commit

Permalink
sign-tx-multisig: fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
aslesarenko committed Jun 5, 2024
1 parent 5d74e00 commit b1a87e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1a87e2

Please sign in to comment.