Account "sell" method doesn't add description to transaction
Closed this issue · 1 comments
lunafi-evan commented
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'
})
drewrothstein commented
Hi, we are closing out PRs + Issues as this project is being archived.