diff --git a/lbrynet/extras/wallet/__init__.py b/lbrynet/wallet/__init__.py similarity index 100% rename from lbrynet/extras/wallet/__init__.py rename to lbrynet/wallet/__init__.py diff --git a/lbrynet/extras/wallet/account.py b/lbrynet/wallet/account.py similarity index 100% rename from lbrynet/extras/wallet/account.py rename to lbrynet/wallet/account.py diff --git a/lbrynet/extras/wallet/claim_proofs.py b/lbrynet/wallet/claim_proofs.py similarity index 100% rename from lbrynet/extras/wallet/claim_proofs.py rename to lbrynet/wallet/claim_proofs.py diff --git a/lbrynet/extras/wallet/database.py b/lbrynet/wallet/database.py similarity index 100% rename from lbrynet/extras/wallet/database.py rename to lbrynet/wallet/database.py diff --git a/lbrynet/extras/wallet/dewies.py b/lbrynet/wallet/dewies.py similarity index 100% rename from lbrynet/extras/wallet/dewies.py rename to lbrynet/wallet/dewies.py diff --git a/lbrynet/extras/wallet/header.py b/lbrynet/wallet/header.py similarity index 100% rename from lbrynet/extras/wallet/header.py rename to lbrynet/wallet/header.py diff --git a/lbrynet/extras/wallet/ledger.py b/lbrynet/wallet/ledger.py similarity index 100% rename from lbrynet/extras/wallet/ledger.py rename to lbrynet/wallet/ledger.py diff --git a/lbrynet/extras/wallet/manager.py b/lbrynet/wallet/manager.py similarity index 100% rename from lbrynet/extras/wallet/manager.py rename to lbrynet/wallet/manager.py diff --git a/lbrynet/extras/wallet/network.py b/lbrynet/wallet/network.py similarity index 100% rename from lbrynet/extras/wallet/network.py rename to lbrynet/wallet/network.py diff --git a/lbrynet/extras/wallet/resolve.py b/lbrynet/wallet/resolve.py similarity index 100% rename from lbrynet/extras/wallet/resolve.py rename to lbrynet/wallet/resolve.py diff --git a/lbrynet/extras/wallet/script.py b/lbrynet/wallet/script.py similarity index 100% rename from lbrynet/extras/wallet/script.py rename to lbrynet/wallet/script.py diff --git a/lbrynet/extras/wallet/server/__init__.py b/lbrynet/wallet/server/__init__.py similarity index 100% rename from lbrynet/extras/wallet/server/__init__.py rename to lbrynet/wallet/server/__init__.py diff --git a/lbrynet/extras/wallet/server/block_processor.py b/lbrynet/wallet/server/block_processor.py similarity index 100% rename from lbrynet/extras/wallet/server/block_processor.py rename to lbrynet/wallet/server/block_processor.py diff --git a/lbrynet/extras/wallet/server/coin.py b/lbrynet/wallet/server/coin.py similarity index 100% rename from lbrynet/extras/wallet/server/coin.py rename to lbrynet/wallet/server/coin.py diff --git a/lbrynet/extras/wallet/server/daemon.py b/lbrynet/wallet/server/daemon.py similarity index 100% rename from lbrynet/extras/wallet/server/daemon.py rename to lbrynet/wallet/server/daemon.py diff --git a/lbrynet/extras/wallet/server/db.py b/lbrynet/wallet/server/db.py similarity index 100% rename from lbrynet/extras/wallet/server/db.py rename to lbrynet/wallet/server/db.py diff --git a/lbrynet/extras/wallet/server/model.py b/lbrynet/wallet/server/model.py similarity index 100% rename from lbrynet/extras/wallet/server/model.py rename to lbrynet/wallet/server/model.py diff --git a/lbrynet/extras/wallet/server/opcodes.py b/lbrynet/wallet/server/opcodes.py similarity index 100% rename from lbrynet/extras/wallet/server/opcodes.py rename to lbrynet/wallet/server/opcodes.py diff --git a/lbrynet/extras/wallet/server/session.py b/lbrynet/wallet/server/session.py similarity index 100% rename from lbrynet/extras/wallet/server/session.py rename to lbrynet/wallet/server/session.py diff --git a/lbrynet/extras/wallet/server/tx.py b/lbrynet/wallet/server/tx.py similarity index 100% rename from lbrynet/extras/wallet/server/tx.py rename to lbrynet/wallet/server/tx.py diff --git a/lbrynet/extras/wallet/transaction.py b/lbrynet/wallet/transaction.py similarity index 100% rename from lbrynet/extras/wallet/transaction.py rename to lbrynet/wallet/transaction.py