fix test / id name
This commit is contained in:
parent
0e6b31b9cb
commit
ae08d5611a
2 changed files with 2 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ TxProposals.fromObj = function(o) {
|
|||
});
|
||||
o.txps.forEach(function(o2) {
|
||||
var t = TxProposal.fromObj(o2);
|
||||
if (id) {
|
||||
if (t.builder) {
|
||||
var id = t.builder.build().getNormalizedHash().toString('hex');
|
||||
ret.txps[id] = t;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue