forked from Qortal/qortal
Fixed issue due to not updating arbitraryMetadataRequests when receiving the metadata file.
This commit is contained in:
parent
f22ad13fa9
commit
35dba27a55
@ -298,8 +298,11 @@ public class ArbitraryMetadataManager {
|
||||
return;
|
||||
}
|
||||
|
||||
// Update requests map to reflect that we've received all chunks
|
||||
Triple<String, Peer, Long> newEntry = new Triple<>(null, null, request.getC());
|
||||
arbitraryMetadataRequests.put(message.getId(), newEntry);
|
||||
|
||||
ArbitraryTransactionData arbitraryTransactionData = null;
|
||||
ArbitraryDataFileManager arbitraryDataFileManager = ArbitraryDataFileManager.getInstance();
|
||||
|
||||
// Forwarding
|
||||
if (isRelayRequest && Settings.getInstance().isRelayModeEnabled()) {
|
||||
|
Loading…
Reference in New Issue
Block a user