Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raindust committed Nov 28, 2023
1 parent d2521ff commit 836120d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system-actors/src/replica/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ pub struct ExecTxnResponse(pub Vec<u8>);
#[doc(hidden)]
#[derive(Debug, Clone, Serialize, Deserialize, TypeId, Priced)]
#[price(10000)]
pub struct GetDetermisiticCursorRequest;
pub struct GetDeterministicCursorRequest;

#[doc(hidden)]
#[derive(Debug, Clone, Serialize, Deserialize, TypeId)]
pub struct GetDetermisiticCursorResponse(pub Option<Tsid>);
pub struct GetDeterministicCursorResponse(pub Option<Tsid>);

#[doc(hidden)]
#[derive(Debug, Clone, Serialize, Deserialize, TypeId, Priced)]
Expand Down

0 comments on commit 836120d

Please sign in to comment.