3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-31 15:22:16 +00:00

Update note about regenerating protobuf bindings.

This commit is contained in:
Andreas Schildbach 2014-05-29 14:37:40 +02:00 committed by Mike Hearn
parent b36bb5bff0
commit 03e8934576

View File

@ -19,7 +19,7 @@
/* Notes: /* Notes:
* - Endianness: All byte arrays that represent numbers (such as hashes and private keys) are Big Endian * - 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; package wallet;