This commit is contained in:
zxawry 2019-08-11 17:33:49 +01:00
parent f0edb11ac1
commit 836531d8a2
No known key found for this signature in database
GPG key ID: 70F5D1B4F51F051A

View file

@ -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;