Fix order-watcher json-schemas

This commit is contained in:
fragosti
2018-08-09 16:43:16 -07:00
parent 2f66f26048
commit 889ec81ff3

View File

@@ -1,7 +1,7 @@
export const orderWatcherPartialConfigSchema = {
id: '/OrderWatcherPartialConfigSchema',
properties: {
stateLayer: { $ref: '/BlockParam' },
stateLayer: { $ref: '/blockParamSchema' },
orderExpirationCheckingIntervalMs: { type: 'number' },
eventPollingIntervalMs: { type: 'number' },
expirationMarginMs: { type: 'number' },