Skip to content

Commit

Permalink
[compiler-v2 framework] Change Starcoin coin to STC
Browse files Browse the repository at this point in the history
  • Loading branch information
welbon committed Oct 17, 2024
1 parent ad3ed9a commit 4380a5a
Show file tree
Hide file tree
Showing 49 changed files with 1,488 additions and 527 deletions.
2 changes: 1 addition & 1 deletion vm/framework/starcoin-framework/doc/block.md
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ The number of new events created does not exceed MAX_U64.
<b>requires</b> (proposer == @vm_reserved) ==&gt; (<a href="timestamp.md#0x1_timestamp_spec_now_microseconds">timestamp::spec_now_microseconds</a>() == <a href="timestamp.md#0x1_timestamp">timestamp</a>);
<b>requires</b> (proposer != @vm_reserved) ==&gt; (<a href="timestamp.md#0x1_timestamp_spec_now_microseconds">timestamp::spec_now_microseconds</a>() &lt; <a href="timestamp.md#0x1_timestamp">timestamp</a>);
<b>requires</b> <b>exists</b>&lt;<a href="stake.md#0x1_stake_ValidatorFees">stake::ValidatorFees</a>&gt;(@starcoin_framework);
<b>requires</b> <b>exists</b>&lt;CoinInfo&lt;StarcoinCoin&gt;&gt;(@starcoin_framework);
<b>requires</b> <b>exists</b>&lt;CoinInfo&lt;STC&gt;&gt;(@starcoin_framework);
<b>include</b> <a href="transaction_fee.md#0x1_transaction_fee_RequiresCollectedFeesPerValueLeqBlockStarcoinSupply">transaction_fee::RequiresCollectedFeesPerValueLeqBlockStarcoinSupply</a>;
<b>include</b> <a href="staking_config.md#0x1_staking_config_StakingRewardsConfigRequirement">staking_config::StakingRewardsConfigRequirement</a>;
}
Expand Down
Loading

0 comments on commit 4380a5a

Please sign in to comment.