Constant zebra_network::protocol::external::message::MAX_REJECT_REASON_LENGTH
source ยท pub const MAX_REJECT_REASON_LENGTH: usize = 111;
Expand description
The maximum size of the rejection reason.
This is equivalent to MAX_REJECT_MESSAGE_LENGTH
in zcashd:
https://github.com/zcash/zcash/blob/adfc7218435faa1c8985a727f997a795dcffa0c7/src/main.h#L126
https://github.com/zcash/zcash/blob/c0fbeb809bf2303e30acef0d2b74db11e9177427/src/main.cpp#L7544