fix comment handling
This commit is contained in:
parent
afde77e575
commit
ddc8649bd3
4 changed files with 8 additions and 6 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue