From 03e8934576b9c06330163c2286494435a289c14d Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Thu, 29 May 2014 14:37:40 +0200 Subject: [PATCH] Update note about regenerating protobuf bindings. --- core/src/bitcoin.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/bitcoin.proto b/core/src/bitcoin.proto index c33542c3..374719b5 100644 --- a/core/src/bitcoin.proto +++ b/core/src/bitcoin.proto @@ -19,7 +19,7 @@ /* Notes: * - Endianness: All byte arrays that represent numbers (such as hashes and private keys) are Big Endian - * - To regenerate after editing, run mvn clean package -DupdateProtobuf + * - To regenerate after editing, run: mvn generate-sources -DupdateProtobuf */ package wallet;