Skip to content

Commit

Permalink
fix: add decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Oct 2, 2024
1 parent 3086fac commit d033410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk/src/l2/l2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export class LidoSDKL2 extends LidoSDKModule {
}

@Logger('Utils:')
@ErrorHandler()
public async unwrapPopulateTx(
props: Omit<WrapProps, 'callback'>,
): Promise<PopulatedTransaction> {
Expand Down

0 comments on commit d033410

Please sign in to comment.