Skip to content

Commit

Permalink
transaction-status: fix `disableConfidentialTransferNonConfidentialCr…
Browse files Browse the repository at this point in the history
…edits` parsing (#1204)
  • Loading branch information
buffalojoec authored May 6, 2024
1 parent fa55053 commit 06ef0fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ pub(in crate::parse_token) fn parse_confidential_transfer_instruction(
"multisigOwner",
);
Ok(ParsedInstructionEnum {
instruction_type: "disableNonConfidentialTransferConfidentialCredits".to_string(),
instruction_type: "disableConfidentialTransferNonConfidentialCredits".to_string(),
info: value,
})
}
Expand Down

0 comments on commit 06ef0fb

Please sign in to comment.