Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes the user import_wallet to ensure that it uses the memoized wallets_api helper. This currently is returning an error when importing a wallet in the following manner: ```ruby user = Coinbase.default_user cb_wallet = user.import_wallet(Coinbase::Wallet::Data.new(wallet.seed, wallet.wallet_id)) ```
- Loading branch information