Closed
Description
Issue Description
Steps to Reproduce
- Subscribe to book_changes and include domain.
- Trigger book change by crossing an offer within the same domain.
Expected Result
Rippled book_change response:
{
'changes': [
{
'close': '1',
'currency_a': 'XRP_drops',
'currency_b': 'rKWPJTHgd5YKbmrHoLeLvueucvxcrrGgv8/USD',
'domain': '732CE1B42680CA8472DB5F88DC5E1128103BEFFAC8CF3A9EBFB22EC534C608D4',
'high': '1',
'low': '1',
'open': '1',
'volume_a': '10000',
'volume_b': '10000'
}
],
'ledger_hash': 'FE77A810B8F1CDC61135D8987CFE06A2406FF061C6559ADE661564BAC78C691A',
'ledger_index': 2683,
'ledger_time': 803070644,
'type': 'bookChanges',
'validated': True
}
Actual Result
Clio book_change response:
{
'type': 'bookChanges',
'ledger_index': 2683,
'ledger_hash': 'FE77A810B8F1CDC61135D8987CFE06A2406FF061C6559ADE661564BAC78C691A',
'ledger_time': 803070644,
'changes': [
{
'currency_a': 'XRP_drops',
'currency_b': 'rKWPJTHgd5YKbmrHoLeLvueucvxcrrGgv8/USD',
'volume_a': '10000',
'volume_b': '10000',
'high': '1',
'low': '1',
'open': '1',
'close': '1'
}
]
}
Environment
Supporting Files
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
✅ Merged