Skip to content

Commit

Permalink
Clarify gettxout rpc return value (#363)
Browse files Browse the repository at this point in the history
Fix neo-project/neo#156 by clarifying
documentation regarding return values that caused the confusion.
  • Loading branch information
ixje authored and Celia18305 committed Jan 26, 2018
1 parent 28733a2 commit ce42c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en-us/node/api/gettxout.md
@@ -1,6 +1,6 @@
# gettxout Method

Returns the corresponding transaction output information (returned change), based on the specified hash and index.
Returns the corresponding unspent transaction output information (returned change), based on the specified hash and index. If the transaction output is already spent, the result value will be `null`.

## Parameter Description

Expand Down

0 comments on commit ce42c95

Please sign in to comment.