File tree Expand file tree Collapse file tree
sv2/subprotocols/mining/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -112,6 +112,8 @@ pub const ERROR_CODE_OPEN_MINING_CHANNEL_STANDARD_CHANNELS_NOT_SUPPORTED_FOR_CUS
112112 "standard-channels-not-supported-for-custom-work" ;
113113pub const ERROR_CODE_OPEN_MINING_CHANNEL_EXTENDED_CHANNELS_NOT_SUPPORTED_FOR_STANDARD_JOBS : & str =
114114 "extended-channels-not-supported-for-standard-jobs" ;
115+ pub const ERROR_CODE_OPEN_MINING_CHANNEL_CHANNEL_CAPACITY_EXHAUSTED : & str =
116+ "channel-capacity-exhausted" ;
115117pub const ERROR_CODE_OPEN_MINING_CHANNEL_INVALID_USER_IDENTITY : & str = "invalid-user-identity" ;
116118pub const ERROR_CODE_OPEN_MINING_CHANNEL_INVALID_NOMINAL_HASHRATE : & str =
117119 "invalid-nominal-hashrate" ;
Original file line number Diff line number Diff line change @@ -299,6 +299,7 @@ pub struct OpenMiningChannelError<'decoder> {
299299 ///
300300 /// - standard-channels-not-supported-for-custom-work
301301 /// - extended-channels-not-supported-for-standard-jobs
302+ /// - channel-capacity-exhausted
302303 /// - invalid-user-identity
303304 /// - invalid-nominal-hashrate
304305 /// - min-extranonce-size-too-large
You can’t perform that action at this time.
0 commit comments