Skip to content

Commit b10e9c7

Browse files
authored
Merge pull request #6911 from BitGo/BTC-2438-remove-fund-psbt-request-codec
fix: removed fund psbt request codec
2 parents a514410 + 0cfbaf4 commit b10e9c7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

modules/abstract-lightning/src/codecs/api/withdraw.ts

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,6 @@ export type LightningOnchainWithdrawResponse = {
6969
transfer?: any;
7070
};
7171

72-
export const FundPsbtRequest = t.intersection(
73-
[
74-
LightningOnchainRequest,
75-
t.type({
76-
txRequestId: t.string,
77-
}),
78-
],
79-
'FundPsbtRequest'
80-
);
81-
export type FundPsbtRequest = t.TypeOf<typeof FundPsbtRequest>;
82-
8372
export const FundPsbtResponse = t.type(
8473
{
8574
fundedPsbt: t.string,

0 commit comments

Comments
 (0)