Skip to content

Commit

Permalink
Fix: Avoid throwing exception in case balance could not be sealed. Bl…
Browse files Browse the repository at this point in the history
…ocks energy community operation.
  • Loading branch information
zoernert committed Jan 28, 2024
1 parent 685ec2b commit 7b770e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/docs
Submodule docs updated from b0ff45 to 49a775
2 changes: 1 addition & 1 deletion framework/services/balancing.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ module.exports = {

} else {
console.error("Unable to seal balance. Unsealed balance is not zero",intermediateBalance);
throw "Unable to seal balance. Unsealed balance is not zero";
// throw "Unable to seal balance. Unsealed balance is not zero";
}
},
}
Expand Down

0 comments on commit 7b770e5

Please sign in to comment.