Skip to content

Commit

Permalink
Correct name of section used in persistence.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwood committed Jun 15, 2024
1 parent 3238a59 commit 2ff5601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zstack.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func New(uart io.ReadWriter, p persistence.Section) *ZStack {
events: make(chan interface{}, DefaultInflightEvents),
networkManagerStop: make(chan bool, 1),
networkManagerIncoming: make(chan interface{}, DefaultInflightEvents),
nodeTable: newNodeTable(p.Section("NodeTable")),
nodeTable: newNodeTable(p.Section("Nodes")),
transactionIdStore: transactionIDs,
persistence: p,
}
Expand Down

0 comments on commit 2ff5601

Please sign in to comment.