MCPcopy Create free account
hub / github.com/bither/bither-desktop-java / stopMonitor

Method stopMonitor

src/main/java/net/bither/utils/KeyUtil.java:110–117  ·  view source on GitHub ↗
(Address address)

Source from the content-addressed store, hash-verified

108 }
109
110 public static void stopMonitor(Address address) {
111 PeerUtil.stopPeer();
112 AddressManager.getInstance().stopMonitor(address);
113 address.notificatTx(null, Tx.TxNotificationType.txFromApi);
114 PeerUtil.startPeer();
115
116
117 }
118
119}

Callers

nothing calls this directly

Calls 4

stopPeerMethod · 0.95
startPeerMethod · 0.95
notificatTxMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected