Skip to content

Commit

Permalink
chore: rebasing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Mar 27, 2024
1 parent fb8bf80 commit fde8549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yarn-project/pxe/src/pxe_service/pxe_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,8 @@ export class PXEService implements PXE {
const simulatePublic = msgSender === undefined;
const vue = await this.#simulateCall(txRequest, msgSender);
if (simulatePublic) {
const returns = await this.#simulatePublicCalls(vue.tx);
console.log(returns);
await this.#simulatePublicCalls(vue.tx);
// console.log(returns);
/*const t = returns[0];
vue.rv = t && t[0];*/
}
Expand Down

0 comments on commit fde8549

Please sign in to comment.