ref: remove unused imports

main
Steve Korshakov 2022-06-17 15:36:57 +04:00
parent 8f7e95d294
commit d9b03d60e0
1 changed files with 1 additions and 2 deletions

View File

@ -3,10 +3,9 @@ import { backoff } from "../utils/backoff";
import { toUrlSafe } from "../utils/toURLsafe";
import * as t from 'io-ts';
import { delay } from "teslabot";
import { Cell, Address, beginCell, CommentMessage, safeSign, contractAddress, safeSignVerify } from 'ton';
import { Cell, Address, beginCell, CommentMessage, safeSign, safeSignVerify } from 'ton';
import BN from 'bn.js';
import { TonhubHttpTransport } from '../transport/TonhubHttpTransport';
import { WalletV4Source } from "../contracts/WalletV4Source";
import { extractPublicKeyAndAddress } from "../contracts/extractPublicKeyAndAddress";
import { verifySignatureResponse } from "./crypto";