We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd3ac7 commit a5e1e27Copy full SHA for a5e1e27
src/wallet.rs
@@ -2845,9 +2845,9 @@ pub fn create_multicall_permit_and_execute(
2845
permit_calldata
2846
}
2847
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
+// Encode paymaster data for USDC payment with on-chain permit (for TBAs)
+// This version doesn't include a permit signature since TBAs will call permit on-chain
+// DEPRECATED - We only use the simple Circle format now
2851
/*
2852
pub fn encode_usdc_paymaster_data_for_tba(
2853
paymaster: EthAddress,
0 commit comments