mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-21 16:52:04 -07:00
Merge pull request #148 from christroutner/dh-endpoint-fix
fix(endpoint): Fixed /generateSendOpReturn/ endpoint
This commit is contained in:
@@ -1647,7 +1647,7 @@ class Slp {
|
||||
tokenUtxos,
|
||||
sendQty
|
||||
)
|
||||
return opReturn
|
||||
return res.json(opReturn)
|
||||
} catch (err) {
|
||||
wlogger.error('Error in slp.js/generateSendOpReturn().', err)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user