v0.1.0-pre.020
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/decoder/spl/token/decoder.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Exact classic SPL Token dispatch for the common decode pipeline.
|
||||
|
||||
@@ -109,7 +109,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplTokenDecoder {
|
||||
| crate::DcApiDecoderOutcomeStatus::Unsupported
|
||||
) {
|
||||
tracing::error!(
|
||||
target: crate::DC_SPL_TOKEN_TRACING_TARGET,
|
||||
target: crate::TRACING_TARGET_DECODER_SPL_TOKEN,
|
||||
action = "decode_failure",
|
||||
signature = %input.signature,
|
||||
slot = input.slot,
|
||||
@@ -125,7 +125,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplTokenDecoder {
|
||||
);
|
||||
}
|
||||
tracing::debug!(
|
||||
target: crate::DC_SPL_TOKEN_TRACING_TARGET,
|
||||
target: crate::TRACING_TARGET_DECODER_SPL_TOKEN,
|
||||
action = "decode",
|
||||
signature = %input.signature,
|
||||
instruction_path = %input.instruction_path,
|
||||
|
||||
Reference in New Issue
Block a user