Skip to content

Commit

Permalink
fix: unicorn pulse URI
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrofpk committed Apr 2, 2022
1 parent 44e741a commit 5934253
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ protected void persist(BigInteger y, BigInteger x, int iterations) throws Except
maxPulseIndex = maxPulseIndex + 1L ;
}

String uri = env.getProperty("beacon.url") + "/beacon/vdf/unicorn/pulse/" + maxPulseIndex;
String uri = env.getProperty("beacon.url") + "/beacon/2.0/vdf/unicorn/pulse/" + maxPulseIndex;

VdfUnicornEntity unicornEntity = new VdfUnicornEntity();
unicornEntity.setUri(uri);
Expand Down

0 comments on commit 5934253

Please sign in to comment.