Branch: refs/heads/master
  Home:   https://github.com/btcsuite/btcd
  Commit: 58e2762158fbd25134f715171287116167e974d6
      
https://github.com/btcsuite/btcd/commit/58e2762158fbd25134f715171287116167e974d6
  Author: Dave Collins <[email protected]>
  Date:   2015-11-11 (Wed, 11 Nov 2015)

  Changed paths:
    M mempool.go
    M policy.go
    M policy_test.go

  Log Message:
  -----------
  mempool: Move checkTransactionStandard to policy.

This refactors the checkTransactionStandard function, along with related
constants, from the mempool to the policy.go file since it is strictly
related to policy.

In addition, it adds tests for the function which cover all code paths.


Reply via email to