Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 61ad824

Browse files
committed
Remove Extra Balance Zero
1 parent 9e27a86 commit 61ad824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lightning-core/accounts/reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const actions = {
7070
[GRPC]: {
7171
method: 'walletBalance',
7272
schema: wallet => ({
73-
wallet: wallet.balance * 1000000000, // To SAT,
73+
wallet: wallet.balance * 100000000, // To SAT,
7474
}),
7575
},
7676
}),

0 commit comments

Comments
 (0)