Skip to content
Snippets Groups Projects
Commit 46ac202b authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

Trimming MasterDistiller error message

parent 5c95750c
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment