Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
kroist committed Dec 5, 2024
1 parent 31a846a commit 96dfad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/shielder-sdk/src/shielder/actions/withdraw.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class WithdrawAction {
* where `value` is the targeted amount to withdraw.
* @param state current account state
* @param amount amount to withdraw, excluding the relayer fee
* @param totalFee total relayer fee, supposedly a sum of base fee and relay fee
* @param totalFee total relayer fee, usually a sum of base fee and relay fee (can be less, in which case relayer looses money)
* @param address recipient address
* @returns calldata for withdrawal action
*/
Expand Down

0 comments on commit 96dfad6

Please sign in to comment.