From 7b4cb0df09e9cc79bf9e52b84d33f202c682ec05 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 27 Jan 2016 20:01:38 -0800 Subject: [PATCH] docs: i hate markdown. --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0172c4f8..8ee05154 100644 --- a/README.md +++ b/README.md @@ -1236,17 +1236,17 @@ Usage: `bcoin.tx([options], [block])` transaction. - `options` can be in the form of: - { - value: [satoshis/big number], - script: [deserialized script], - address: [pubkey address or scripthash address], - keys: [array of keys], - m: [m value], - n: [n value], - flags: [nulldata], - scripthash: [true or false], - lock: [locktime for checklocktimeverify] - } + { + value: [satoshis/big number], + script: [deserialized script], + address: [pubkey address or scripthash address], + keys: [array of keys], + m: [m value], + n: [n value], + flags: [nulldata], + scripthash: [true or false], + lock: [locktime for checklocktimeverify] + } - __scriptOutput(index/output, options)__ - Compile an output script for the output based on the same options `output()` handles.