Skip to content

Commit

Permalink
fixup! Drop checkpoints from #nonce_limiter_update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lev Berman committed May 23, 2024
1 parent 2338807 commit fd859ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/arweave/src/ar_serialize.erl
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,8 @@ binary_to_nonce_limiter_update(3, % Format = 3.
{ok, Update};
error ->
{error, invalid1};
SessionKey ->
Session2 = Session#vdf_session{ prev_session_key = SessionKey },
PrevSessionKey ->
Session2 = Session#vdf_session{ prev_session_key = PrevSessionKey },
{ok, Update#nonce_limiter_update{ session = Session2 }}
end;
binary_to_nonce_limiter_update(3, _Bin) ->
Expand Down

0 comments on commit fd859ab

Please sign in to comment.