Skip to content

Commit a072836

Browse files
author
zanninso
committed
docs: update the function name for retrieve-transaction-in-out subject to be aligned with the the subject
1 parent dee1f8e commit a072836

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • subjects/blockchain/retrieve-transaction-in-out

subjects/blockchain/retrieve-transaction-in-out/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _+ 0.01 fee_
1515

1616
### Instructions
1717

18-
Using a local Bitcoin node RPC API, create a function `retrieveTxValue()` that takes as input a hash of a simple transaction, and returns an object with an array of inputs values and an array outputs values in this transaction.
18+
Using a local Bitcoin node RPC API, create a function `retrieveTransactionInOut()` that takes as input a hash of a simple transaction, and returns an object with an array of inputs values and an array outputs values in this transaction.
1919

2020
The Bitcoin node RPC interface is expected to be running with the following parameters:
2121

0 commit comments

Comments
 (0)