Skip to content

Commit

Permalink
finished tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NanezX committed Nov 1, 2023
1 parent cced33e commit 1d7bf72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions subgraph/src/orderBook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ export function handleContext(event: Context): void {
const contextTakeOrder = new ContextEntity("ContextTakeOrderTemp");

contextTakeOrder.caller = sender;
contextTakeOrder.contract = callerContract;
contextTakeOrder.callingContext = callingContext;
contextTakeOrder.calculationsContext = calculationsContext;
contextTakeOrder.vaultInputsContext = vaultInputsContext;
Expand Down Expand Up @@ -720,7 +719,6 @@ export function handleTakeOrder(event: TakeOrder): void {
const contextEntity = createContextEntity(event.transaction.hash.toHex());

contextEntity.caller = contextTakeOrder.caller;
contextEntity.contract = contextTakeOrder.contract;
contextEntity.callingContext = contextTakeOrder.callingContext;
contextEntity.calculationsContext = contextTakeOrder.calculationsContext;
contextEntity.vaultInputsContext = contextTakeOrder.vaultInputsContext;
Expand Down

0 comments on commit 1d7bf72

Please sign in to comment.