Allow Root to assume SourceAccount. (#1011)

* Allow Root to assume SourceAccount.

* fmt code
This commit is contained in:
kaichao
2021-06-22 15:20:00 +08:00
committed by Bastian Köcher
parent 6ff79e9959
commit 010588e95a
4 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
// You should have received a copy of the GNU General Public License
// along with Parity Bridges Common. If not, see <http://www.gnu.org/licenses/>.
//! Tools to interact with (Open) Ethereum node using RPC methods.
//! Tools to interact with Substrate node using RPC methods.
#![warn(missing_docs)]