|
|
@@ -466,7 +466,7 @@ INTERFACE_EXPORT = (() => {
|
|
|
return (node.data.feesIndex && node.data.feesIndex.common ? node.data.feesIndex.common.tenderTotalFee : 0);
|
|
|
}
|
|
|
|
|
|
- let nodes = [vTree.roots[0], ...vTree.roots[0].children, ...vTree.roots.slice(2)];
|
|
|
+ let nodes = [vTree.roots[0], ...vTree.roots[0].children, ...vTree.roots.slice(1)];
|
|
|
|
|
|
let hzmxNo = 0;
|
|
|
for (let i = 0; i < nodes.length; i++){
|