mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 19:51:02 +00:00
Fix account derivation in CLI (#952)
* Fix account derivation. * Fix tests.
This commit is contained in:
committed by
Bastian Köcher
parent
051030374a
commit
c8db52672f
@@ -53,7 +53,7 @@ macro_rules! select_full_bridge {
|
||||
|
||||
// Derive-account
|
||||
#[allow(unused_imports)]
|
||||
use bp_millau::derive_account_from_rialto_id as derive_account;
|
||||
use bp_rialto::derive_account_from_millau_id as derive_account;
|
||||
|
||||
// Relay-messages
|
||||
#[allow(unused_imports)]
|
||||
@@ -75,7 +75,7 @@ macro_rules! select_full_bridge {
|
||||
|
||||
// Derive-account
|
||||
#[allow(unused_imports)]
|
||||
use bp_rialto::derive_account_from_millau_id as derive_account;
|
||||
use bp_millau::derive_account_from_rialto_id as derive_account;
|
||||
|
||||
// Relay-messages
|
||||
#[allow(unused_imports)]
|
||||
|
||||
Reference in New Issue
Block a user