Skip to content

Commit 99c2775

Browse files
committed
fix: import fix
1 parent 83f6d66 commit 99c2775

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/title-escrow/reject-return-to-issuer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { error, success, info } from 'signale';
22
import signale from 'signale';
3-
import { Wallet, TransactionReceipt, Signer } from 'ethers';
3+
import { TransactionReceipt } from 'ethers';
44
import { v5Contracts, CHAIN_ID, rejectReturned as rejectReturnedImpl } from '@trustvc/trustvc';
55
import { BaseTitleEscrowCommand as TitleEscrowReturnDocumentCommand } from '../../types';
66
import {

0 commit comments

Comments
 (0)