Skip to content

Commit 95be1da

Browse files
committed
Restored comment
1 parent a274b90 commit 95be1da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/env/src/engine/off_chain/test_api.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ pub struct EmittedEvent {
4949
///
5050
/// - If `account` does not exist.
5151
/// - If the underlying `account` type does not match.
52+
/// - If the underlying `new_balance` type does not match.
5253
/// - If the `new_balance` is less than the existential minimum.
5354
pub fn set_account_balance<T>(account_id: T::AccountId, new_balance: T::Balance)
5455
where

0 commit comments

Comments
 (0)