Update bolt import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 22:55:55 -06:00
parent 4f097d8e79
commit caa82e9605

View file

@ -20,7 +20,7 @@ import (
"io" "io"
"os" "os"
"github.com/conformal/bolt" "github.com/btcsuite/bolt"
"github.com/conformal/btcwallet/walletdb" "github.com/conformal/btcwallet/walletdb"
) )