chore(txbuilder): fix lint warnings (#343)
This commit is contained in:
parent
1582883dc6
commit
f9ea2c4790
5 changed files with 56 additions and 50 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue