Skip to content

Commit

Permalink
Small change in createTransaction API doc #17
Browse files Browse the repository at this point in the history
  • Loading branch information
james committed Aug 4, 2018
1 parent fc0b94e commit ee2c32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
For Transaction as Proof of Stake (TaPOS), 32 bits of a recent block Id is included.
Because all transactions use TaPOS, this solves the nothing at stake attack.</p>
<p> This is usually called for every transaction or maybe cached per block. Although
longer caching may be possible, a longer cache time increases the risk of a
longer caching is possible, a longer cache time increases the risk of a
transaction replay attack.</p>
</dd>
<dt><a href="#processArgs">processArgs(args, defParams, methodName, [optionsFormatter(extraParam)])</a> ⇒ <code><a href="#processedArgs">processedArgs</a></code></dt>
Expand Down Expand Up @@ -36,7 +36,7 @@ Consult the blockchain and gather information for use in a new signed transactio
Because all transactions use TaPOS, this solves the nothing at stake attack.

This is usually called for every transaction or maybe cached per block. Although
longer caching may be possible, a longer cache time increases the risk of a
longer caching is possible, a longer cache time increases the risk of a
transaction replay attack.

**Kind**: global function
Expand Down
2 changes: 1 addition & 1 deletion src/exported-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
Because all transactions use TaPOS, this solves the nothing at stake attack.
This is usually called for every transaction or maybe cached per block. Although
longer caching may be possible, a longer cache time increases the risk of a
longer caching is possible, a longer cache time increases the risk of a
transaction replay attack.
@arg {number} expireInSeconds - How many seconds until expiration
Expand Down

0 comments on commit ee2c32c

Please sign in to comment.