lnwallet: re-name package to lnwallet, though it was?

This commit is contained in:
Olaoluwa Osuntokun 2015-12-20 00:00:50 -06:00
parent 61f5772c40
commit d2e3b376ea
6 changed files with 6 additions and 6 deletions

@ -1,4 +1,4 @@
package wallet
package lnwallet
import (
"bytes"

@ -1,4 +1,4 @@
package wallet
package lnwallet
import (
"encoding/hex"

@ -1,4 +1,4 @@
package wallet
package lnwallet
import (
"sync"

@ -15,7 +15,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
package wallet
package lnwallet
import (
"bufio"

@ -1,4 +1,4 @@
package wallet
package lnwallet
import (
"bytes"

@ -1,4 +1,4 @@
package wallet
package lnwallet
import (
"bytes"