diff options
-rw-r--r-- | packages/order-watcher/CHANGELOG.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/order-watcher/CHANGELOG.json b/packages/order-watcher/CHANGELOG.json index 1e118ca3b..1ce730d19 100644 --- a/packages/order-watcher/CHANGELOG.json +++ b/packages/order-watcher/CHANGELOG.json @@ -12,10 +12,12 @@ }, { "note": - "Add blockRetention config to OrderWatcher, so user can define how many blocks and they corresp. logs to store in-memory" + "Add blockRetention config to OrderWatcher, so user can define how many blocks and they corresp. logs to store in-memory", + "pr": 875 }, { - "note": "Fixed a bug that caused the incorrect block to be fetched via JSON-RPC within Blockstream" + "note": "Fixed a bug that caused the incorrect block to be fetched via JSON-RPC within Blockstream", + "pr": 875 } ], "timestamp": 1531149657 |