Skip to content

Commit

Permalink
update predeploy-contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 committed Jul 12, 2024
1 parent 1499516 commit 7cc166d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion predeploy-contracts
4 changes: 2 additions & 2 deletions runtime/common/src/precompile/earning.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ use sp_std::{marker::PhantomData, prelude::*};
/// `input` data starts with `action`.
///
/// Actions:
/// - Mint. `input` bytes: `who`.
/// - Bond. `input` bytes: `who`.
/// - Unbond. `input` bytes: `who`.
/// - Unbond instantly. `input` bytes: `who`.
/// - UnbondInstant. `input` bytes: `who`.
/// - Rebond. `input` bytes: `who`.
/// - Withdraw unbonded. `input` bytes: `who`.
/// - Get bonding ledger. `input` bytes: `who`.
Expand Down

0 comments on commit 7cc166d

Please sign in to comment.