coinbase/coinbase-node

Account "sell" method doesn't add description to transaction

Closed this issue · 1 comments

Adding the description option to btcAccount.sell() doesnt add the description to the transaction, even though it should be able to since the Transaction resource supports a description.

This doesn't attach a description to the transaction

btcAccount.sell({
    amount: 100,
    currency: 'BTC',
    description: 'my description'
 })

But this does

btcAccount.buy({
    amount: 100,
    currency: 'BTC',
    description: 'my description'
 })

Hi, we are closing out PRs + Issues as this project is being archived.