mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-21 19:20:38 +00:00
Update package name comments (#9653)
This commit is contained in:
parent
8d4cdde07e
commit
8678610683
@ -1,4 +1,4 @@
|
||||
// Package runutil includes helpers for scheduling runnable, periodic functions.
|
||||
// Package async includes helpers for scheduling runnable, periodic functions and contains useful helpers for converting multi-processor computation.
|
||||
package async
|
||||
|
||||
import (
|
||||
|
@ -1,5 +1,3 @@
|
||||
// Package mputil contains useful helpers for converting
|
||||
// multi-processor computation.
|
||||
package async
|
||||
|
||||
import (
|
||||
|
@ -1,6 +1,3 @@
|
||||
// Package state implements the whole state transition
|
||||
// function which consists of per slot, per-epoch transitions, and
|
||||
// bootstrapping the genesis state according to the Ethereum Beacon chain spec.
|
||||
package transition
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Package iputils contains useful functions for ip address formatting.
|
||||
// Package network contains useful functions for ip address formatting.
|
||||
package network
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Package shared includes useful utilities globally accessible in
|
||||
// Package runtime includes useful utilities globally accessible in
|
||||
// the Prysm monorepo.
|
||||
package runtime
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Package slotutil includes ticker and timer-related functions for Ethereum consensus.
|
||||
// Package slots includes ticker and timer-related functions for Ethereum consensus.
|
||||
package slots
|
||||
|
||||
import (
|
||||
|
@ -1,4 +1,4 @@
|
||||
// Package timeutils is a wrapper around the go standard time library.
|
||||
// Package time is a wrapper around the go standard time library.
|
||||
package time
|
||||
|
||||
import (
|
||||
|
Loading…
Reference in New Issue
Block a user