mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Remove comment, map is used in many ways
This commit is contained in:
parent
e4e376dead
commit
3f4a3afb2f
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user