Skip to content

Commit a5e1e27

Browse files
committed
wip
1 parent dfd3ac7 commit a5e1e27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wallet.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2845,9 +2845,9 @@ pub fn create_multicall_permit_and_execute(
28452845
permit_calldata
28462846
}
28472847

2848-
/// Encode paymaster data for USDC payment with on-chain permit (for TBAs)
2849-
/// This version doesn't include a permit signature since TBAs will call permit on-chain
2850-
/// DEPRECATED - We only use the simple Circle format now
2848+
// Encode paymaster data for USDC payment with on-chain permit (for TBAs)
2849+
// This version doesn't include a permit signature since TBAs will call permit on-chain
2850+
// DEPRECATED - We only use the simple Circle format now
28512851
/*
28522852
pub fn encode_usdc_paymaster_data_for_tba(
28532853
paymaster: EthAddress,

0 commit comments

Comments
 (0)