diff --git a/framework/docs b/framework/docs index b0ff455..49a7758 160000 --- a/framework/docs +++ b/framework/docs @@ -1 +1 @@ -Subproject commit b0ff4552885a3152b59998faf7fa2a80c5764380 +Subproject commit 49a7758a95a6616707f3f74eaa5dafde36a97e1e diff --git a/framework/services/balancing.service.js b/framework/services/balancing.service.js index 9f61396..d069638 100644 --- a/framework/services/balancing.service.js +++ b/framework/services/balancing.service.js @@ -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"; } }, }