mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
fix values
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user