We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ef818 commit f9a978dCopy full SHA for f9a978d
src/Modules/IexecPoco.ts
@@ -133,8 +133,8 @@ export function handleOrdersMatched(event: OrdersMatchedEvent): void {
133
fetchAccount(viewedDeal.callback.toHex()).save();
134
*/
135
let deal = fetchDeal(event.params.dealid.toHex());
136
- deal.app = viewedDeal.app.pointer.toHex();
137
/*
+ deal.app = viewedDeal.app.pointer.toHex();
138
deal.appOwner = viewedDeal.app.owner.toHex();
139
deal.appPrice = toRLC(viewedDeal.app.price);
140
deal.dataset = viewedDeal.dataset.pointer.toHex();
0 commit comments