Move serialized Zcash address length constants into zcash/Address.hpp

This commit is contained in:
Jack Grigg
2016-08-16 22:55:06 +12:00
parent 6ae516f10b
commit 3a15b1637e
3 changed files with 10 additions and 11 deletions

View File

@@ -7,6 +7,9 @@
namespace libzcash {
const size_t SerializedPaymentAddressSize = 64;
const size_t SerializedSpendingKeySize = 32;
class PaymentAddress {
public:
uint256 a_pk;