Open leto opened 5 years ago
FYI this no longer blocks merging dpowminconfs
, it's merged and I manually tested it
ok, so we can close this issue?
@jl777 no, we still have a bug in regtest, because we didn't pull in some code that understands that regtest sapling addresses have a different bech32 prefix in regtest, which means we can't run a test for anything involving a zaddr in regtest currently
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
dpowminconfs
branch