Context: Log context creation.

This commit is contained in:
Andreas Schildbach
2016-04-13 12:02:12 +02:00
parent d0b6a25e0a
commit f1a80b59c8

View File

@@ -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;