Rename paych -> paychmgr to fix cbor-gen

This commit is contained in:
Łukasz Magiera
2020-02-13 01:28:23 +01:00
parent e5ab64a3ab
commit e1a593c22e
13 changed files with 27 additions and 242 deletions
+2 -2
View File
@@ -13,7 +13,7 @@ import (
"github.com/filecoin-project/lotus/chain/actors"
"github.com/filecoin-project/lotus/chain/types"
full "github.com/filecoin-project/lotus/node/impl/full"
"github.com/filecoin-project/lotus/paych"
"github.com/filecoin-project/lotus/paychmgr"
)
type PaychAPI struct {
@@ -23,7 +23,7 @@ type PaychAPI struct {
full.WalletAPI
full.ChainAPI
PaychMgr *paych.Manager
PaychMgr *paychmgr.Manager
}
func (a *PaychAPI) PaychGet(ctx context.Context, from, to address.Address, ensureFunds types.BigInt) (*api.ChannelInfo, error) {