Fix for a bug

Knew I was going to forget something somewhere.  Fixes #134.  Thanks for the report!
This commit is contained in:
Alexander Blair 2017-10-17 11:47:47 -07:00 committed by Alexander Blair
parent 23cc46b710
commit ce1f81c7cb

View file

@ -80,7 +80,7 @@ function Coin(data){
reserve_size: 17,
wallet_address: walletAddress
}, function(body){
return callback(err, body);
return callback(body);
});
};