zcashrpc/api_test.go

9 lines
197 B
Go
Raw Normal View History

2019-12-01 21:24:59 +00:00
package zcashrpc
import "testing"
func TestNewZSendMany(t *testing.T) {
t.Logf("%s", NewZSendMany("fromaddress", []ZcashAmount{NewZcashAmount("toAddress", "Needs to be Hex Encoded", 3.45)}))
}