Skip to content

Commit d7c0940

Browse files
author
katspaugh
committed
Signature can be undefined
1 parent c784799 commit d7c0940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/transactions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export type MultisigTransactionRequest = {
235235
refundReceiver: string | null
236236
safeTxHash: string
237237
sender: string
238-
signature: string | null
238+
signature?: string | null
239239
origin: string | null
240240
}
241241

0 commit comments

Comments
 (0)