chore(txbuilder): fix lint warnings (#343)

This commit is contained in:
Santiago Carmuega 2023-12-03 10:29:27 -03:00 committed by GitHub
parent 1582883dc6
commit f9ea2c4790
5 changed files with 56 additions and 50 deletions

View file

@ -15,7 +15,8 @@ pub enum TxBuilderError {
/// Provided datum hash was not 32 bytes in length
#[error("Invalid bytes length for datum hash")]
MalformedDatumHash,
/// Input, policy, etc pointed to by a redeemer was not found in the transaction
/// Input, policy, etc pointed to by a redeemer was not found in the
/// transaction
#[error("Input/policy pointed to by redeemer not found in tx")]
RedeemerTargetMissing,
/// Provided network ID is invalid (must be 0 or 1)