Update condition documentation (Thanks @arkpar) (#4659)

This commit is contained in:
Jaco Greeff 2017-02-24 09:40:38 +01:00 committed by Gav Wood
parent daf36739ce
commit 92fa4249d3
1 changed files with 3 additions and 3 deletions

View File

@ -100,10 +100,10 @@ const transactionDetails = {
type: Quantity, type: Quantity,
desc: 'The S field of the signature.' desc: 'The S field of the signature.'
}, },
minBlock: { condition: {
type: BlockNumber, type: Object,
optional: true, optional: true,
desc: 'Block number, tag or `null`.' desc: 'Conditional submission, Block number in `block` or timestamp in `time` or `null`.'
} }
}; };