forked from Qortal/qortal
Renamed a reference
This commit is contained in:
parent
1864468818
commit
3dadce4da4
@ -479,8 +479,8 @@ public class ArbitraryDataFileListManager {
|
|||||||
Long now = NTP.getTime();
|
Long now = NTP.getTime();
|
||||||
for (byte[] hash : hashes) {
|
for (byte[] hash : hashes) {
|
||||||
String hash58 = Base58.encode(hash);
|
String hash58 = Base58.encode(hash);
|
||||||
ArbitraryRelayInfo relayMap = new ArbitraryRelayInfo(hash58, signature58, peer, now, requestTime, requestHops);
|
ArbitraryRelayInfo relayInfo = new ArbitraryRelayInfo(hash58, signature58, peer, now, requestTime, requestHops);
|
||||||
ArbitraryDataFileManager.getInstance().addToRelayMap(relayMap);
|
ArbitraryDataFileManager.getInstance().addToRelayMap(relayInfo);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bump requestHops if it exists
|
// Bump requestHops if it exists
|
||||||
|
Loading…
Reference in New Issue
Block a user