Test suite code such as rpc.z_sendmany( taddr, recipients, minconf)
generates:
JSONRPC error: Invalid parameter, unknown address format: zregtestsapling1mwmz8tlx3xvdq4zjwc9sfe0hsrzn440755h2329yxzygxpal472v3k0uwdeteepdj4z6wwa38un
IsValidPaymentAddress() returns false, which causes this exception to be thrown. Currently this blocks fully testing changes in my dpowminconfs branch
Test suite code such as
rpc.z_sendmany( taddr, recipients, minconf)generates:
IsValidPaymentAddress() returns false, which causes this exception to be thrown. Currently this blocks fully testing changes in my
dpowminconfsbranch