Skip to content

Commit

Permalink
remove redundant environment definition
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Oct 10, 2024
1 parent 488935b commit d1df371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/bitcoin/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export interface BitcoinTransferParams extends BaseTransferParams {
feeRate: bigint;
changeAddress?: string;
size: bigint;
environment?: Environment;
}

export type CreatePsbtParams = Pick<
Expand Down

0 comments on commit d1df371

Please sign in to comment.