mastercoin-MSC / mastercore

mastercore info
mastercoin.org
MIT License
24 stars 11 forks source link

Refine error messages, add codes to populateRPCTransactionObject #181

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

This refines some RPC error messages whereby I tried to leave out low level details.

A few adjustments were made for consistency.

Indentations were low hanging fruits and based on surrounding code, not overall.

populateRPCTransactionObject doesn't return magic numbers anymore, but error codes defined in mastercore_errors.h.

m21 commented 9 years ago

@faizkhan00 mostly your code here, comments if any please

ghost commented 9 years ago

Looks good from a reading, i did not compile as changes seem harmless