Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Jan 14, 2025
1 parent a3ba1c8 commit 279eb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transactionOnNetwork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class TransactionOnNetwork {
result.miniblockHash = response.miniblockHash || "";
result.blockHash = response.blockHash || "";
result.logs = TransactionLogs.fromHttpResponse(response.logs || {});
// result.raw = response;
result.raw = response;

return result;
}
Expand Down

0 comments on commit 279eb8d

Please sign in to comment.