Remove an answered XXX
This commit is contained in:
parent
5602ed66a9
commit
27d960c61e
|
|
@ -126,8 +126,6 @@ impl ZcashSerialize for TransparentAddress {
|
||||||
// default to testnet bytes.
|
// default to testnet bytes.
|
||||||
writer.write_all(&[0x1C, 0xBA][..])?
|
writer.write_all(&[0x1C, 0xBA][..])?
|
||||||
}
|
}
|
||||||
// XXX I'm asuming this is BigEndian because we're not
|
|
||||||
// explicitly making it LittleEndian?
|
|
||||||
writer.write_all(&script_hash.0)?
|
writer.write_all(&script_hash.0)?
|
||||||
}
|
}
|
||||||
TransparentAddress::PayToPublicKeyHash {
|
TransparentAddress::PayToPublicKeyHash {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue