fix values

This commit is contained in:
rootzoll 2022-05-17 19:03:35 +02:00
parent 627506276f
commit 59c6ea219d

View file

@ -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"