Skip to content

Commit

Permalink
Fix callback in paymentProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
2acoin committed Jan 7, 2021
1 parent 863fb0e commit f579767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/paymentProcessor.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function runInterval(){
if (error){
log('error', logSystem, 'Error with %s RPC request to wallet daemon %j', [rpcCommand, error]);
log('error', logSystem, 'Payments failed to send to %j', transferCmd.rpc.destinations);
callback(false);
cback(false);
return;
}

Expand Down

0 comments on commit f579767

Please sign in to comment.