cleanup
This commit is contained in:
parent
f0edb11ac1
commit
836531d8a2
1 changed files with 0 additions and 1 deletions
|
@ -94,7 +94,6 @@ export const selectTotalSupports = createSelector(
|
|||
selectSupportsByOutpoint,
|
||||
byOutpoint => {
|
||||
let total = parseFloat("0.0");
|
||||
//let total = 0.0;
|
||||
|
||||
Object.values(byOutpoint).forEach(support => {
|
||||
const { amount } = support;
|
||||
|
|
Loading…
Reference in a new issue