Skip to content

Commit

Permalink
Fix tze fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykoren committed Jun 26, 2024
1 parent fa3784c commit ce8dfac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zcash_primitives/src/transaction/components/tze/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ impl Bundle<Unauthorized> {
pub fn into_authorized(
self,
unauthed_tx: &tx::TransactionData<tx::Unauthorized>,
signers: Vec<
TzeSigner<'_, tx::TransactionData<tx::Unauthorized>>,
>,
signers: Vec<TzeSigner<'_, tx::TransactionData<tx::Unauthorized>>>,
) -> Result<Bundle<Authorized>, Error> {
// Create TZE input witnesses
let payloads = signers
Expand Down

0 comments on commit ce8dfac

Please sign in to comment.