// Copyright (c) 2019-2023 Duke Leto and The Hush developers // Copyright (c) 2019-2020 The Zcash developers // Distributed under the GPLv3 software license package main import "git.hush.is/hush/lightwalletd/cmd" func main() { cmd.Execute() }