We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11091d8 commit 8634ec1Copy full SHA for 8634ec1
sdk-libs/sdk/src/account.rs
@@ -206,17 +206,6 @@ impl<
206
discriminator: A::LIGHT_DISCRIMINATOR,
207
}
208
};
209
- let _output_account_info = {
210
- let output_merkle_tree_index = input_account_meta
211
- .get_output_state_tree_index()
212
- .ok_or(LightSdkError::OutputStateTreeIndexIsNone)?;
213
- OutAccountInfo {
214
- lamports: input_account_meta.get_lamports().unwrap_or_default(),
215
- output_merkle_tree_index,
216
- discriminator: A::LIGHT_DISCRIMINATOR,
217
- ..Default::default()
218
- }
219
- };
220
221
Ok(Self {
222
owner,
0 commit comments