From 94ba9403825405472844e64b906e8930842cfb0a Mon Sep 17 00:00:00 2001 From: ricmoo Date: Mon, 6 Mar 2017 16:11:24 -0500 Subject: [PATCH] Moved hdnode to wallet. --- hdnode/index.js => wallet/hdnode.js | 0 wallet/{index.js => wallet.js} | 0 {hdnode => wallet}/words.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename hdnode/index.js => wallet/hdnode.js (100%) rename wallet/{index.js => wallet.js} (100%) rename {hdnode => wallet}/words.json (100%) diff --git a/hdnode/index.js b/wallet/hdnode.js similarity index 100% rename from hdnode/index.js rename to wallet/hdnode.js diff --git a/wallet/index.js b/wallet/wallet.js similarity index 100% rename from wallet/index.js rename to wallet/wallet.js diff --git a/hdnode/words.json b/wallet/words.json similarity index 100% rename from hdnode/words.json rename to wallet/words.json