Skip to content

Commit

Permalink
fixup! fix: Create trade after finished dlc protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
holzeis committed Feb 26, 2024
1 parent a07b2f9 commit c344472
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DROP TABLE if exists trade_params;
DROP TABLE if exists contract_transactions;

DROP TYPE IF EXISTS "Contract_Transactions_State_Type";
DROP TYPE IF EXISTS "Contract_Transactions_State_Type";
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ CREATE TABLE "trade_params"
average_price REAL NOT NULL,
direction "Direction_Type" NOT NULL
);


0 comments on commit c344472

Please sign in to comment.