diff --git a/bin/MasterDistiller.js b/bin/MasterDistiller.js index b43cc1f65f2c9d25a7c9e376dbf3d1715ca45258..85e381a201525eb56059da06eef41df7d8c4c5cb 100755 --- a/bin/MasterDistiller.js +++ b/bin/MasterDistiller.js @@ -167,15 +167,7 @@ function editAccount( entry, pallet ) getlist(); }, function distFail(x) { - bfa.fatal( - "Distribute returned errors in block# " - + x.blockNumber - + " using " - + x.gasUsed - + " gas." - ); - console.log(x); - process.exit( 1 ); + bfa.fatal( "Distribute returned errors: " + x ); } ); return;