Browse Source

Clarifies Transaction.addOutput param documentation

hk-custom-address
Daniel Cousens 11 years ago
parent
commit
695eb64a3a
  1. 2
      src/transaction.js

2
src/transaction.js

@ -84,7 +84,7 @@ Transaction.prototype.addInput = function (tx, outIndex) {
* Can be called with: * Can be called with:
* *
* i) An existing TransactionOut object * i) An existing TransactionOut object
* ii) An address object or an address and a value * ii) An address object or a string address, and a value
* iii) An address:value string * iii) An address:value string
* iv) Either ii), iii) with an optional network argument * iv) Either ii), iii) with an optional network argument
* *

Loading…
Cancel
Save