Skip to content

Commit

Permalink
sdk: add impl to shielded transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraccaman committed Jul 16, 2024
1 parent 94ae660 commit 0ce8d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sdk/src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ impl<C: NamadaTypes> TxBuilder<C> for TxShieldingTransfer<C> {
where
F: FnOnce(Tx<C>) -> Tx<C>,
{
TxShieldingTransfer {
TxShieldingTransferg {
tx: func(self.tx),
..self
}
Expand Down

0 comments on commit 0ce8d4f

Please sign in to comment.