forked from Qortal/qortal
Fixed bug in getLatestTransaction() filtering.
This commit is contained in:
parent
42bc12f56d
commit
6375b9d14d
@ -130,7 +130,7 @@ public class ArbitraryDataCache {
|
||||
|
||||
// Find latest transaction for name and service, with any method
|
||||
ArbitraryTransactionData latestTransaction = repository.getArbitraryRepository()
|
||||
.getLatestTransaction(this.resourceId, this.service, Method.PUT);
|
||||
.getLatestTransaction(this.resourceId, this.service, null);
|
||||
|
||||
if (latestTransaction != null) {
|
||||
return latestTransaction.getSignature();
|
||||
|
Loading…
Reference in New Issue
Block a user