mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-08 17:19:45 +00:00
clippy
This commit is contained in:
parent
798b89839c
commit
fede4977b7
@ -213,7 +213,7 @@ impl SimpleWritableCell for AccNumTxCell {
|
||||
}
|
||||
|
||||
/// Opaque bytes for the zone-sdk indexer cursor `Option<(MsgId, Slot)>`.
|
||||
/// The caller serializes via serde_json (neither type derives borsh).
|
||||
/// The caller serializes via `serde_json` (neither type derives borsh).
|
||||
#[derive(BorshDeserialize)]
|
||||
pub struct ZoneSdkIndexerCursorCellOwned(pub Vec<u8>);
|
||||
|
||||
|
||||
@ -96,7 +96,7 @@ impl SimpleWritableCell for LatestBlockMetaCellRef<'_> {
|
||||
}
|
||||
|
||||
/// Opaque bytes for the zone-sdk sequencer checkpoint. The caller is
|
||||
/// responsible for the actual encoding (we use serde_json since
|
||||
/// responsible for the actual encoding (we use `serde_json` since
|
||||
/// `SequencerCheckpoint` only derives serde, not borsh).
|
||||
#[derive(BorshDeserialize)]
|
||||
pub struct ZoneSdkCheckpointCellOwned(pub Vec<u8>);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user