Skip to content
Snippets Groups Projects
Commit 28889882 authored by Hernando Castano's avatar Hernando Castano
Browse files

Update merged code to use new Origin types

parent f5c1e85a
Branches
No related merge requests found
......@@ -405,8 +405,8 @@ async fn run_command(command: cli::Command) -> Result<(), String> {
MessagePayload {
spec_version: millau_runtime::VERSION.spec_version,
weight: millau_call_weight,
origin: CallOrigin::RealAccount(
rialto_sender_public,
origin: CallOrigin::TargetAccount(
rialto_sender_public.into_account(),
millau_origin_public.into(),
millau_origin_signature.into(),
),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment