From 0090c597144f2e2a217301e445af51876556f5e4 Mon Sep 17 00:00:00 2001 From: Matthew Zipkin Date: Fri, 4 Jan 2019 10:00:13 -0800 Subject: [PATCH] changelog: update for watch-only --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84f4f56b..e695ac51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Bcoin Release Notes & Changelog +## v1.0.x + +### Wallet API changes + +Creating a watch-only wallet now requires an `account-key` (or `accountKey`) +argument. This is to prevent bcoin from generating keys and addresses the user +can not spend from. + ## v1.0.0 ### Migration