Fix for a bug
Knew I was going to forget something somewhere. Fixes #134. Thanks for the report!
This commit is contained in:
parent
23cc46b710
commit
ce1f81c7cb
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ function Coin(data){
|
|||
reserve_size: 17,
|
||||
wallet_address: walletAddress
|
||||
}, function(body){
|
||||
return callback(err, body);
|
||||
return callback(body);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue