mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-05 08:48:14 +00:00
* fix(#1353): adds memos support for the following transaction types in `getTransactions`: - AccountDelete - OfferCreate - OfferCancel - CheckCancel - CheckCash - CheckCreate - DepositPreauth - SetFee - PaymentChannelFund - PaymentChannelClaim - PaymentChannelCreate - TicketCreate
This commit is contained in:
@@ -155,6 +155,7 @@ export default <TestSuite>{
|
||||
const response = await api.getTransactions(addresses.OTHER_ACCOUNT)
|
||||
assertResultMatch(response, RESPONSE_FIXTURES.one, 'getTransactions')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// This test relies on the binary (hex string) format, but computed fields like `date`
|
||||
|
||||
Reference in New Issue
Block a user