From 92fa4249d3897dc4c657ca9ea3e4c04c4a991d93 Mon Sep 17 00:00:00 2001 From: Jaco Greeff Date: Fri, 24 Feb 2017 09:40:38 +0100 Subject: [PATCH] Update condition documentation (Thanks @arkpar) (#4659) --- js/src/jsonrpc/interfaces/parity.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/src/jsonrpc/interfaces/parity.js b/js/src/jsonrpc/interfaces/parity.js index 3d84ce4b4..2fbec7aaa 100644 --- a/js/src/jsonrpc/interfaces/parity.js +++ b/js/src/jsonrpc/interfaces/parity.js @@ -100,10 +100,10 @@ const transactionDetails = { type: Quantity, desc: 'The S field of the signature.' }, - minBlock: { - type: BlockNumber, + condition: { + type: Object, optional: true, - desc: 'Block number, tag or `null`.' + desc: 'Conditional submission, Block number in `block` or timestamp in `time` or `null`.' } };