This commit updates the calls into btcutil, btcscript, and btcwire for the latest API changes which remove the need for the protocol version for serialization and deserialization of blocks and transactions.
The txsha variable is already a pointer to the hash, so print the variable, not the address of it.