v0.1.0-pre.020
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/decoder/spl/memo/decoder.rs
|
||||
// version: 1
|
||||
// version: 2
|
||||
|
||||
//! Exact SPL Memo v1, v3 and v4 dispatch for the common decode pipeline.
|
||||
|
||||
@@ -124,7 +124,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplMemoDecoder {
|
||||
| crate::DcApiDecoderOutcomeStatus::Unsupported
|
||||
) {
|
||||
tracing::error!(
|
||||
target: crate::DC_SPL_MEMO_TRACING_TARGET,
|
||||
target: crate::TRACING_TARGET_DECODER_SPL_MEMO,
|
||||
action = "decode_failure",
|
||||
signature = %input.signature,
|
||||
slot = input.slot,
|
||||
@@ -141,7 +141,7 @@ impl crate::DcApiInstructionDecoder for crate::DcSplMemoDecoder {
|
||||
);
|
||||
}
|
||||
tracing::debug!(
|
||||
target: crate::DC_SPL_MEMO_TRACING_TARGET,
|
||||
target: crate::TRACING_TARGET_DECODER_SPL_MEMO,
|
||||
action = "decode",
|
||||
signature = %input.signature,
|
||||
instruction_path = %input.instruction_path,
|
||||
|
||||
Reference in New Issue
Block a user