v0.1.0-pre.020
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/decoder/spl/associated_token_account/constants.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Local constants for the `kb-lib` SPL Associated Token Account component.
|
||||
|
||||
@@ -24,4 +24,5 @@ pub(crate) const DC_SPL_ATA_INSTRUCTION_ENTRIES: &[(u8, &str, bool)] = &[
|
||||
(2, "recover_nested", false),
|
||||
];
|
||||
/// Canonical tracing target for the Associated Token Account decoder.
|
||||
pub(crate) const DC_SPL_ATA_TRACING_TARGET: &str = "kb-lib.decoder.spl.associated_token_account";
|
||||
pub(crate) const TRACING_TARGET_DECODER_SPL_ATA: &str =
|
||||
"kb-lib.decoder.spl.associated_token_account";
|
||||
|
||||
Reference in New Issue
Block a user