mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
fix values
This commit is contained in:
parent
627506276f
commit
59c6ea219d
1 changed files with 2 additions and 2 deletions
|
@ -99,11 +99,11 @@ do
|
|||
channelOutPubKey=${channelIdPubKeyLookup[$channelIdOut]}
|
||||
channelInPubKeyLookup=""
|
||||
if [ "${channelInPubKey}" != "" ]; then
|
||||
channelInPubKeyLookup=pubKeyAliasLookup[$channelInPubKey]
|
||||
channelInPubKeyLookup=$pubKeyAliasLookup[$channelInPubKey]
|
||||
fi
|
||||
channelOutPubKeyLookup=""
|
||||
if [ "${channelInPubKey}" != "" ]; then
|
||||
channelOutPubKeyLookup=pubKeyAliasLookup[$channelOutPubKey]
|
||||
channelOutPubKeyLookup=$pubKeyAliasLookup[$channelOutPubKey]
|
||||
fi
|
||||
OUTPUT="${OUTPUT}
|
||||
${eventDate},${channelInPubKeyLookup},${channelOutPubKeyLookup},$amountIn,$fee"
|
||||
|
|
Loading…
Add table
Reference in a new issue