diff --git a/wallets/payment.js b/wallets/payment.js index 1904d67f..484da3c0 100644 --- a/wallets/payment.js +++ b/wallets/payment.js @@ -9,7 +9,6 @@ import { } from '@/wallets/errors' import { canSend } from './common' import { useWalletLoggerFactory } from './logger' -import { withTimeout } from '@/lib/time' export function useWalletPayment () { const wallets = useSendWallets()