Branch: refs/heads/master
Home: https://github.com/btcsuite/btcutil
Commit: 5fd45e8085e53fa58c8b979762e45aa4e8879e7e
https://github.com/btcsuite/btcutil/commit/5fd45e8085e53fa58c8b979762e45aa4e8879e7e
Author: tx <[email protected]>
Date: 2015-10-22 (Thu, 22 Oct 2015)
Changed paths:
A txsort.go
A txsort_test.go
Log Message:
-----------
Add TxSort and TxIsSorted functions to btcutil
These functions sort transaction inputs and outputs according to BIP LI01
(https://github.com/kristovatlas/rfc/blob/master/bips/bip-li01.mediawiki)
This is useful to standardize transactions for faster multi-party
agreement as well as preventing information leaks in a single-party
use case.