Skip to content

Commit

Permalink
Corrected error message
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Dec 5, 2023
1 parent a963474 commit d5103a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@ object Functions {
(CONST_LONG(delay): EVALUATED).asRight[ExecutionError].pure[F]
}
case xs =>
notImplemented[Id, EVALUATED]("calculateDelay(hitSource: ByteVector, generator: Address, balance: Long)", xs)
notImplemented[Id, EVALUATED]("calculateDelay(generator: Address, balance: Long)", xs)
}
}
}
Expand Down

0 comments on commit d5103a5

Please sign in to comment.