Branch: refs/heads/master
Home: https://github.com/btcsuite/btcutil
Commit: 98fd0a0661ca0cb393382e061735798dafa93ed0
https://github.com/btcsuite/btcutil/commit/98fd0a0661ca0cb393382e061735798dafa93ed0
Author: Dave Collins <[email protected]>
Date: 2015-10-23 (Fri, 23 Oct 2015)
Changed paths:
R txsort.go
A txsort/README.md
A txsort/doc.go
A txsort/txsort.go
A txsort/txsort_test.go
R txsort_test.go
Log Message:
-----------
txsort: Convert to package
This converts the txsort code into a separate package and renames
'TxSort' and 'IsTxSorted' to 'Sort' an `IsSorted`, respectively.
It also adds a 'doc.go' and 'README.md' so it is consistent with the
other packages.