Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Mar 27, 2024
1 parent 5697e6a commit 4a3d5e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ impl TransactionBuilder {
Address::Ed25519(_) | Address::ImplicitAccountCreation(_) => {}
_ => {
log::debug!("MissingInputWithEd25519Address from null_transaction_unlocks required_address {required_address:?}");
log::debug!("Tx Builder {self:?}");
Err(TransactionBuilderError::MissingInputWithEd25519Address)?
}
}
Expand Down

0 comments on commit 4a3d5e6

Please sign in to comment.