File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ On the command line:
71
71
* php store-OP_RETURN.php <data> <testnet (optional)>
72
72
73
73
<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)
74
75
<testnet> should be 1 to use the bitcoin testnet, otherwise it can be omitted
75
76
76
77
* Outputs an error if one occurred or if successful, the txids that were used to store
@@ -138,7 +139,7 @@ As a library:
138
139
'ref' => '[best ref for retrieving data]',
139
140
'error' => '[error if data only partially retrieved]')
140
141
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.
142
143
The 'ref' and 'error' elements are only present if appropriate.
143
144
144
145
* Examples:
You can’t perform that action at this time.
0 commit comments