(Address address)
| 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 | } |
nothing calls this directly
no test coverage detected