We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f6d49 commit 422ed15Copy full SHA for 422ed15
1 file changed
scripts/_functions.sh
@@ -180,7 +180,7 @@ function feereport() {
180
while read -r timestamp cj_amount_satoshi my_input_count my_input_value_satoshi cjfee_satoshi earned_satoshi confirm_time_min notes
181
do
182
unixtimeEvent=$(date -d "$timestamp" +%s 2>/dev/null)
183
- if [ "$earned_satoshi" -gt 0 ]; then
+ if [ "$my_input_count" -gt 0 ]; then
184
allEarned=$(( allEarned + earned_satoshi ))
185
allCoinjoins=$(( allCoinjoins + 1 ))
186
if [ "$unixtimeEvent" -gt "$unixtimeMonthAgo" ]; then
0 commit comments