mirror of
https://github.com/LBRYFoundation/curate.git
synced 2025-08-23 17:37:25 +00:00
Fix txid in withdraw
This commit is contained in:
parent
9465f82a71
commit
f9b5603534
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module.exports = class Withdraw extends Command {
|
|||
const transaction = await response.json();
|
||||
console.debug('withdrew from master wallet', transaction);
|
||||
return message.channel.createMessage(`Sent ${parseFloat(amount)} LBC to ${args[1]}.\n` +
|
||||
`https://explorer.lbry.com/tx/${transaction.result.inputs[0].txid}`);
|
||||
`https://explorer.lbry.com/tx/${transaction.result.txid}`);
|
||||
}
|
||||
|
||||
get metadata() { return {
|
||||
|
|
Loading…
Add table
Reference in a new issue