v0.1.0-pre.061
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: kb-lib/src/decoder/perpetuals/zeta.rs
|
||||
// version: 3
|
||||
// version: 4
|
||||
|
||||
//! Reserved protocol decoder for `perpetuals_zeta`.
|
||||
|
||||
@@ -9,7 +9,7 @@ pub struct DcPerpetualsZetaDecoder;
|
||||
|
||||
impl crate::DcApiProtocolDecoder for crate::DcPerpetualsZetaDecoder {
|
||||
fn decoder_name(&self) -> &'static str {
|
||||
return "kb_decoder_perpetuals_zeta";
|
||||
return "kb-lib.decoder.perpetuals.zeta";
|
||||
}
|
||||
|
||||
fn decoder_version(&self) -> &'static str {
|
||||
|
||||
Reference in New Issue
Block a user