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 e33ce77 commit a5ef818Copy full SHA for a5ef818
src/Modules/IexecPoco.ts
@@ -132,10 +132,9 @@ export function handleOrdersMatched(event: OrdersMatchedEvent): void {
132
fetchAccount(viewedDeal.beneficiary.toHex()).save();
133
fetchAccount(viewedDeal.callback.toHex()).save();
134
*/
135
- console.log(viewedDeal.botSize.toString());
136
let deal = fetchDeal(event.params.dealid.toHex());
137
- /*
138
deal.app = viewedDeal.app.pointer.toHex();
+ /*
139
deal.appOwner = viewedDeal.app.owner.toHex();
140
deal.appPrice = toRLC(viewedDeal.app.price);
141
deal.dataset = viewedDeal.dataset.pointer.toHex();
0 commit comments