chore: fix typos (#8013)

This commit is contained in:
yjh
2021-02-01 18:54:13 +08:00
committed by GitHub
parent 9c0f51ab8b
commit 4da880ed41
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ where
deduct_block:
// We want to charge rent for the first block in advance. Therefore we
// treat the contract as if it was created in the last block and then
// charge rent for it during instantation.
// charge rent for it during instantiation.
<frame_system::Module<T>>::block_number().saturating_sub(1u32.into()),
rent_allowance: <BalanceOf<T>>::max_value(),
rent_payed: <BalanceOf<T>>::zero(),