update lbry.go to v2 library

update modules
add slightly more LBCs for the channel claim to ensure fees are covered
This commit is contained in:
Niko Storni 2019-10-10 16:50:33 +02:00
parent 65daeec216
commit 30af4a0136
16 changed files with 292 additions and 112 deletions

View file

@ -11,8 +11,8 @@ import (
"strings"
"time"
"github.com/lbryio/lbry.go/extras/errors"
"github.com/lbryio/lbry.go/extras/null"
"github.com/lbryio/lbry.go/v2/extras/errors"
"github.com/lbryio/lbry.go/v2/extras/null"
log "github.com/sirupsen/logrus"
)