Skip to content

Commit

Permalink
fix: total mana missing from to_json
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Nov 12, 2024
1 parent fe5565d commit 0a27e48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yarn-project/circuits.js/src/structs/header.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class Header {
state: this.state,
globalVariables: this.globalVariables,
totalFees: this.totalFees,
totalManaUsed: this.totalManaUsed,
};
}

Expand Down

0 comments on commit 0a27e48

Please sign in to comment.