mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +02:00
fix values
This commit is contained in:
@@ -99,11 +99,11 @@ do
|
|||||||
channelOutPubKey=${channelIdPubKeyLookup[$channelIdOut]}
|
channelOutPubKey=${channelIdPubKeyLookup[$channelIdOut]}
|
||||||
channelInPubKeyLookup=""
|
channelInPubKeyLookup=""
|
||||||
if [ "${channelInPubKey}" != "" ]; then
|
if [ "${channelInPubKey}" != "" ]; then
|
||||||
channelInPubKeyLookup=pubKeyAliasLookup[$channelInPubKey]
|
channelInPubKeyLookup=$pubKeyAliasLookup[$channelInPubKey]
|
||||||
fi
|
fi
|
||||||
channelOutPubKeyLookup=""
|
channelOutPubKeyLookup=""
|
||||||
if [ "${channelInPubKey}" != "" ]; then
|
if [ "${channelInPubKey}" != "" ]; then
|
||||||
channelOutPubKeyLookup=pubKeyAliasLookup[$channelOutPubKey]
|
channelOutPubKeyLookup=$pubKeyAliasLookup[$channelOutPubKey]
|
||||||
fi
|
fi
|
||||||
OUTPUT="${OUTPUT}
|
OUTPUT="${OUTPUT}
|
||||||
${eventDate},${channelInPubKeyLookup},${channelOutPubKeyLookup},$amountIn,$fee"
|
${eventDate},${channelInPubKeyLookup},${channelOutPubKeyLookup},$amountIn,$fee"
|
||||||
|
Reference in New Issue
Block a user