Skip to content

Commit 3cc9494

Browse files
authored
fix getting latest sequence (#69)
1 parent 3bf68b3 commit 3cc9494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/broadcaster/account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (b BroadcasterAccount) GetLatestSequence(ctx context.Context) (uint64, erro
142142
if err != nil {
143143
return 0, err
144144
}
145-
return account.GetAccountNumber(), nil
145+
return account.GetSequence(), nil
146146
}
147147

148148
func (b BroadcasterAccount) getClientCtx(ctx context.Context) client.Context {

0 commit comments

Comments
 (0)