0.5.1-pre.003
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: ks-lib/src/decoder/lock/raydium_lp.rs
|
||||
// version: 5
|
||||
// version: 6
|
||||
|
||||
//! Reserved protocol decoder for `lock_raydium_lp`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcLockRaydiumLpDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcLockRaydiumLpDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb-lib.decoder.lock.raydium_lp";
|
||||
return "ks-lib-decoder.lock.raydium_lp";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user