Skip to content
Unverified Commit 1a6862c2 authored by Adrian Catangiu's avatar Adrian Catangiu
Browse files

xcm: SovereignPaidRemoteExporter: remove useless RefundSurplus instruction

Refunding surplus happens anyway on xcm_executor::post_process(), automatically
refunding surplus to original_origin at the end of execution.
Since SovereignPaidRemoteExporter doesn't ClearOrigin, it can simply rely on
the automatic mechanism.

Furthermore, RefundSurplus instruction refunds _surplus_. Surplus exists only as
a result of Transact, SetErrorHandler or SetAppendix instructions, none of which
being part of the SovereignPaidRemoteExporter XCM program. So surplus is always
zero anyway.
parent ae1bdcfb
Pipeline #413334 failed with stages
in 28 minutes and 27 seconds
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