fix another typo in TxDifference

This commit is contained in:
Smilenator 2018-07-06 10:10:39 +03:00 committed by GitHub
parent 4c392c30db
commit 5119b8844b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -266,7 +266,7 @@ func (s Transactions) GetRlp(i int) []byte {
return enc return enc
} }
// TxDifference returns a new set which is the difference between a to b. // TxDifference returns a new set which is the difference between a and b.
func TxDifference(a, b Transactions) Transactions { func TxDifference(a, b Transactions) Transactions {
keep := make(Transactions, 0, len(a)) keep := make(Transactions, 0, len(a))