fix comment handling

This commit is contained in:
Matias Alejo Garcia 2014-08-06 15:56:17 -03:00
commit ddc8649bd3
4 changed files with 8 additions and 6 deletions

View file

@ -11,7 +11,7 @@ var buffertools = bitcore.buffertools;
var preconditions = require('preconditions').instance();
var VERSION = 1;
var CORE_FIELDS = ['builderObj', 'inputChainPaths', 'version'];
var CORE_FIELDS = ['builderObj', 'inputChainPaths', 'version', 'comment'];
function TxProposal(opts) {