Skip to content

Commit

Permalink
Needed to modify the generated code slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bellamy committed Feb 2, 2023
1 parent 05c65f4 commit d45d759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generated/next_generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -8521,7 +8521,7 @@ xdr.struct("ScMapEntry", [

// === xdr source ============================================================
//
// const SCVAL_LIMIT = 256000;
const SCVAL_LIMIT = 256000;

This comment has been minimized.

Copy link
@tsachiherman

tsachiherman Feb 2, 2023

any other way to achieve that so that auto-gen files would not be manually modified ?

//
// ===========================================================================
xdr.const("SCVAL_LIMIT", 256000);
Expand Down

0 comments on commit d45d759

Please sign in to comment.