Skip to content

Commit

Permalink
feat: publish to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
aelf-lxy committed Oct 8, 2024
1 parent 2fc8171 commit 4b11962
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/login/src/hooks/useCallContract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export default function useCallContract(options?: CallContractHookOptions): Call
const sendMultiTransaction = useCallback(async function sendMultiTransactionFunc<T>(
params: IMultiTransactionParams<T>,
): Promise<IMultiTransactionResult> {
console.log('xxxxxxx', params);
return did.sendMultiTransaction(params);
}, []);

Expand Down

0 comments on commit 4b11962

Please sign in to comment.