Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
everdimension committed Nov 15, 2024
1 parent be22b7e commit 2f88915
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@ export const HardwareSignTransaction = React.forwardRef(
'Iframe contentWindow is not available'
);
try {
// NOTE: Conditionally handle Paymaster Tx here? Query TypedData to sign from Wallet.ts,
// sign it via { id, method: 'signTypedData_v4' }, then? decide? maybe do a wallet request
// to zkSyncUtils.serialize() it, then return the result?... it'll proceed to Wallet
const result = await signRegularOrPaymasterTx({
transaction: normalizedTransaction,
messageHandler: hardwareMessageHandler,
Expand Down

0 comments on commit 2f88915

Please sign in to comment.