# github.com/d4l3k/go-electrum/wallet
../../github.com/d4l3k/go-electrum/wallet/wallet.go:80: cannot use amounts (type map[string]btcutil.Amount) as type []*wire.TxOut in argument to w.wallet.CreateSimpleTx
../../github.com/d4l3k/go-electrum/wallet/wallet.go:88: createdTx.MsgTx undefined (type *txauthor.AuthoredTx has no field or method MsgTx)
../../github.com/d4l3k/go-electrum/wallet/wallet.go:140: assignment count mismatch: 2 = 1
../../github.com/d4l3k/go-electrum/wallet/wallet.go:179: too many arguments in call to wallet.Open
have (nil, *chaincfg.Params, walletdb.DB, walletdb.Namespace, walletdb.Namespace, *waddrmgr.OpenCallbacks)
want (walletdb.DB, []byte, *waddrmgr.OpenCallbacks, *chaincfg.Params)