mirror of
https://github.com/luxfi/netrunner.git
synced 2026-07-27 00:04:23 +00:00
- Remove local replace directive for genesis - Update to latest published versions: - genesis v1.5.18 - geth v1.16.67 - crypto v1.17.32 - ids v1.2.6 - database v1.2.18 - p2p v1.18.3 - consensus v1.22.47
12 lines
201 B
Go
12 lines
201 B
Go
// Copyright (C) 2021-2025, Lux Industries Inc. All rights reserved.
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
package main
|
|
|
|
import (
|
|
"github.com/luxfi/netrunner/cmd"
|
|
)
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|