mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Context: Log context creation.
This commit is contained in:
@@ -54,6 +54,7 @@ public class Context {
|
||||
* @param params The network parameters that will be associated with this context.
|
||||
*/
|
||||
public Context(NetworkParameters params) {
|
||||
log.info("Creating bitcoinj {} context.", VersionMessage.BITCOINJ_VERSION);
|
||||
this.confidenceTable = new TxConfidenceTable();
|
||||
this.params = params;
|
||||
lastConstructed = this;
|
||||
|
Reference in New Issue
Block a user