fix: invalid message

This commit is contained in:
Anthony Potdevin 2022-12-01 16:53:58 +01:00
parent 66735bd2e3
commit 8157d60a22
No known key found for this signature in database
GPG Key ID: 4403F1DFBE779457
2 changed files with 4 additions and 4 deletions

View File

@ -29,8 +29,8 @@
"test:e2e": "jest --config ./test/jest-e2e.json",
"upgrade-latest": "npx npm-check -u",
"update": "sh ./scripts/updateToLatest.sh",
"build:image": "docker build --pull --rm -f Dockerfile -t thunderhub:balances '.'",
"build:image:base": "docker build --pull --rm -f Dockerfile --build-arg BASE_PATH=/thub -t thunderhub:balances .",
"build:image": "docker build --pull --rm -f Dockerfile -t thunderhub:testing '.'",
"build:image:base": "docker build --pull --rm -f Dockerfile --build-arg BASE_PATH=/thub -t thunderhub:testing .",
"prepare": "husky install"
},
"dependencies": {

View File

@ -385,9 +385,9 @@ export class AmbossService {
local: amounts.local + '',
total: amounts.total + '',
};
message += `${amounts.local}${amounts.total}`;
}
message += `${pendingChannelBalance.local}${pendingChannelBalance.total}`;
}
const allChannels = [];