Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaineHeffron committed Jun 5, 2024
1 parent 9ba6929 commit e82c81f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/contract/assembled_transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,16 +513,6 @@ export class AssembledTransaction<T> {
);
}

/*if (!simulation.result) {
throw new Error(
`Expected an invocation simulation, but got no 'result' field. Simulation: ${JSON.stringify(
simulation,
null,
2,
)}`,
);
}*/

// add to object for serialization & deserialization
this.simulationResult = simulation.result;
this.simulationTransactionData = simulation.transactionData.build();
Expand Down

0 comments on commit e82c81f

Please sign in to comment.