Update btcscript import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 19:35:54 -06:00
parent b2c2b14526
commit 9dcef5b30f

View file

@ -9,9 +9,9 @@ import (
"math"
"sync"
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcscript"
)
// ln2Squared is simply the square of the natural log of 2.