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 a31fcc5 commit 6bbb3c0Copy full SHA for 6bbb3c0
crates/env/src/engine/off_chain/test_api.rs
@@ -1,4 +1,4 @@
1
- // Copyright (C) Parity Technologies (UK) Ltd.
+// Copyright (C) Parity Technologies (UK) Ltd.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
@@ -67,6 +67,7 @@ where
67
.set_balance(scale::Encode::encode(&account_id), new_balance);
68
})
69
}
70
+
71
/// Returns the balance of the account.
72
///
73
/// # Note
0 commit comments