Remove an answered XXX

This commit is contained in:
Deirdre Connolly 2020-03-09 18:53:16 -04:00 committed by Deirdre Connolly
parent 5602ed66a9
commit 27d960c61e
1 changed files with 0 additions and 2 deletions

View File

@ -126,8 +126,6 @@ impl ZcashSerialize for TransparentAddress {
// default to testnet bytes.
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)?
}
TransparentAddress::PayToPublicKeyHash {