diff --git a/production/mempool-logger b/production/mempool-logger index 100ea2176..b2925fab7 100755 --- a/production/mempool-logger +++ b/production/mempool-logger @@ -2,6 +2,6 @@ trap "" PIPE while read input;do if [ ! -z "${input}" ];then - echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$1" "$2" + echo "\`\`\`${input}\`\`\`" | /usr/local/bin/keybase chat send --nonblock --channel "$2" "$1" fi done