From 8e017465c09e893690aa7ef639f4767972d24fc7 Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Tue, 4 Sep 2018 18:55:28 -0700 Subject: [PATCH] macaroons/README: update noencryptwallet -> noseedbackup --- macaroons/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macaroons/README.md b/macaroons/README.md index 87ab93bb..6de7d8c1 100644 --- a/macaroons/README.md +++ b/macaroons/README.md @@ -26,7 +26,7 @@ In this DB the following two key/value pairs are stored: * The root key is symmetrically encrypted with the derived secret key, using the `secretbox` method of the library [btcsuite/golangcrypto](https://github.com/btcsuite/golangcrypto). - * If the option `--noencryptwallet` is used, then the default passphrase + * If the option `--noseedbackup` is used, then the default passphrase `hello` is used to encrypt the root key. ## Generated macaroons