mirror of
https://github.com/lightninglabs/pool.git
synced 2026-08-19 13:17:51 +02:00
cmd/pool: fix incorrect godoc
This commit is contained in:
parent
acdc235d50
commit
dc4ef7e981
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ type Snapshot struct {
|
|||
MatchedMarkets Markets `json:"matched_markets"`
|
||||
}
|
||||
|
||||
// NewSnapshotsFromProtos creates a display Snapshot from its proto.
|
||||
// NewSnapshotsFromProto creates a display Snapshot from its proto.
|
||||
func NewSnapshotsFromProto(s []*auctioneerrpc.BatchSnapshotResponse) []*Snapshot {
|
||||
result := make([]*Snapshot, len(s))
|
||||
for idx, snapshot := range s {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue