This commit is contained in:
Daniel Lugo 2020-08-21 14:23:40 -04:00
parent f17102de9e
commit fa238b3234

View file

@ -1163,7 +1163,7 @@ module.exports = async (
}) })
}) })
app.post('api/lnd/unifiedTrx', async (req, res) => { app.post('/api/lnd/unifiedTrx', async (req, res) => {
try { try {
const { type, amt, to, memo, feeLimit } = req.body const { type, amt, to, memo, feeLimit } = req.body