Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion builtin/plugins/dposv3/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func GetDelegation(ctx contract.StaticContext, index uint64, validator types.Add
return &delegation, nil
}

// Iterates over non-rewards delegaton indices to find the next available slot
// Iterates over non-rewards delegation indices to find the next available slot
// for a new delegation entry
func GetNextDelegationIndex(ctx contract.StaticContext, validator types.Address, delegator types.Address) (uint64, error) {
var index uint64 = DELEGATION_START_INDEX
Expand Down