We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ec331 commit fa22e6fCopy full SHA for fa22e6f
plt/plt-scheduler/src/lib.rs
@@ -7,7 +7,6 @@ mod block_state;
7
#[cfg(feature = "ffi")]
8
mod ffi;
9
10
-
11
// Placeholder types to be defined or replaced with types from other crates.
12
13
pub type MutableTokenState = ();
@@ -153,7 +152,7 @@ pub trait BlockStateOperations {
153
152
/// - the account identified by `account_index` does not exist.
154
#[must_use]
155
fn touch_token_account(&mut self, token_index: TokenIndex, account_index: AccountIndex)
156
- -> bool;
+ -> bool;
157
158
/// Increment the update sequence number for Protocol Level Tokens (PLT).
159
///
plt/plt-token-module/src/token_module.rs
@@ -242,4 +242,4 @@ where
242
Host: HostOperations,
243
{
244
todo!()
245
-}
+}
0 commit comments