Skip to content

Commit 85af260

Browse files
committed
chore: export ProviderMasternodeType
1 parent d47b46a commit 85af260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dash/src/blockdata/transaction/special_transaction/provider_registration.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ use crate::{Address, Network, VarInt, io};
5555
#[cfg_attr(feature = "bincode", derive(Encode, Decode))]
5656
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
5757
#[cfg_attr(feature = "serde", serde(crate = "actual_serde"))]
58+
#[cfg_attr(feature = "apple", ferment_macro::export)]
5859
pub enum ProviderMasternodeType {
5960
Regular = 0,
6061
HighPerformance = 1,

0 commit comments

Comments
 (0)