mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-07 14:54:15 +00:00
PeerGroup: fix usage of _ as identifier.
This commit is contained in:
parent
ee206537d7
commit
88abe3faa3
@ -1290,7 +1290,7 @@ public class PeerGroup extends AbstractIdleService implements TransactionBroadca
|
||||
// any peer discovery source and the user just calls connectTo() once.
|
||||
if (minConnections == 1) {
|
||||
sendComplete.addListener(new ChannelFutureListener() {
|
||||
public void operationComplete(ChannelFuture operation) throws Exception {
|
||||
public void operationComplete(ChannelFuture ignored) throws Exception {
|
||||
for (Wallet wallet : wallets) {
|
||||
try {
|
||||
// Assumption here is there are no dependencies of the created transaction.
|
||||
|
Loading…
x
Reference in New Issue
Block a user