lightwalletd/walletrpc/walletrpc_test.go

12 lines
270 B
Go

// Copyright (c) 2019-2020 The Zcash developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or https://www.opensource.org/licenses/mit-license.php .
package walletrpc
import (
"testing"
)
func TestString_read(t *testing.T) {
}