diff --git a/src/main/java/org/qortal/account/SelfSponsorshipAlgoV1.java b/src/main/java/org/qortal/account/SelfSponsorshipAlgoV1.java index 474bbdf2..725e53f5 100644 --- a/src/main/java/org/qortal/account/SelfSponsorshipAlgoV1.java +++ b/src/main/java/org/qortal/account/SelfSponsorshipAlgoV1.java @@ -52,6 +52,11 @@ public class SelfSponsorshipAlgoV1 { public void run() throws DataException { + if (this.accountData == null) { + // Nothing to do + return; + } + this.fetchSponsorshipRewardShares(); if (this.sponsorshipRewardShares.isEmpty()) { // Nothing to do