Skip to content

Commit 828a72c

Browse files
committed
doc: add comment
1 parent a41448e commit 828a72c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/wrapped-keys-lit-actions/src/lib/internal/ethereum/signTransaction.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import { ethers } from 'ethers';
77

88
// This is weird - ethers.UnsignedTransaction is not the same as the one being used here..
9+
// We should fix this soon, but not a hard blocker
910
export interface UnsignedTransaction {
1011
toAddress: string;
1112
chain: string;

0 commit comments

Comments
 (0)