Remove comment, map is used in many ways

This commit is contained in:
sqrrm 2018-02-02 13:35:37 +01:00
parent e4e376dead
commit 3f4a3afb2f
No known key found for this signature in database
GPG Key ID: 45235F9EF87089EC

View File

@ -394,7 +394,6 @@ public class BsqBlockChain implements PersistableEnvelope {
return lock.read(() -> chainHeadHeight);
}
// Only used for Json Exporter
public Map<String, Tx> getTxMap() {
return lock.read(() -> txMap);
}