We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6d48a8 commit cb20052Copy full SHA for cb20052
1 file changed
sdk-libs/client/src/interface/initialize_config.rs
@@ -105,7 +105,11 @@ impl InitializeRentFreeConfig {
105
compression_authority: self.compression_authority.to_bytes(),
106
rent_config: self.rent_config,
107
write_top_up: self.write_top_up,
108
- address_space: self.address_space.iter().map(|pubkey| pubkey.to_bytes()).collect(),
+ address_space: self
109
+ .address_space
110
+ .iter()
111
+ .map(|pubkey| pubkey.to_bytes())
112
+ .collect(),
113
config_bump: self.config_bump,
114
};
115
0 commit comments