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