Skip to content

Commit

Permalink
merge: branch '3415-sequencer-tweak' into 'main'
Browse files Browse the repository at this point in the history
Sequencer tweak [#3415]

Closes #3415

See merge request accumulatenetwork/accumulate!927
  • Loading branch information
firelizzard18 committed Sep 30, 2023
2 parents 3b710b8 + 9d70e89 commit 5e536ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/v3/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (s *Sequencer) getAnchor(batch *database.Batch, globals *core.GlobalValues,
SetPrivateKey(s.valKey).
SetUrl(signer.Url).
SetVersion(globals.Network.Version).
SetTimestamp(1).
SetTimestampToNow().
Sign(hash)
if err != nil {
return nil, errors.InternalError.Wrap(err)
Expand Down

0 comments on commit 5e536ec

Please sign in to comment.