mirror of
https://github.com/LBRYFoundation/lbcutil.git
synced 2025-08-23 17:47:30 +00:00
Update btcscript import paths to new location.
This commit is contained in:
parent
b2c2b14526
commit
9dcef5b30f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue