mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-03 05:57:21 +00:00
Take some Block setters out of the public API. The ability to create/solve blocks is intended only for unit testing in this library.
This commit is contained in:
@@ -214,26 +214,6 @@ java.util.List<E> <B>transactions</B></PRE>
|
||||
<DL>
|
||||
</DL>
|
||||
</DL>
|
||||
<HR>
|
||||
<H3>
|
||||
hash</H3>
|
||||
<PRE>
|
||||
byte[] <B>hash</B></PRE>
|
||||
<DL>
|
||||
<DD>Stores the hash of the block. If null, getHash() will recalculate it.
|
||||
<P>
|
||||
<DL>
|
||||
</DL>
|
||||
</DL>
|
||||
<HR>
|
||||
<H3>
|
||||
prevBlock</H3>
|
||||
<PRE>
|
||||
<A HREF="com/google/bitcoin/core/Block.html" title="class in com.google.bitcoin.core">Block</A> <B>prevBlock</B></PRE>
|
||||
<DL>
|
||||
<DL>
|
||||
</DL>
|
||||
</DL>
|
||||
|
||||
<P>
|
||||
<A NAME="com.google.bitcoin.core.BlockStoreException"><!-- --></A>
|
||||
|
||||
Reference in New Issue
Block a user