Skip to content

Commit f336c15

Browse files
committed
Version 2.0 with general data storage/retrieval
1 parent 06d6d20 commit f336c15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ On the command line:
7171
* php store-OP_RETURN.php <data> <testnet (optional)>
7272

7373
<data> is a hex string or raw string containing the data to be stored
74+
(auto-detection: treated as a hex string if it is a valid one)
7475
<testnet> should be 1 to use the bitcoin testnet, otherwise it can be omitted
7576

7677
* Outputs an error if one occurred or if successful, the txids that were used to store
@@ -138,7 +139,7 @@ As a library:
138139
'ref' => '[best ref for retrieving data]',
139140
'error' => '[error if data only partially retrieved]')
140141

141-
A value of 0 in the 'heights' array means the data is still in the mempool.
142+
A value of 0 in the 'heights' array means some data is still in the mempool.
142143
The 'ref' and 'error' elements are only present if appropriate.
143144

144145
* Examples:

0 commit comments

Comments
 (0)