Return dispatch_fee_payment from message details RPC (#1014)

This commit is contained in:
Svyatoslav Nikolsky
2021-06-21 22:48:35 +03:00
committed by Bastian Köcher
parent ee43a560f8
commit 6ff79e9959
6 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ pub struct MessageProofParams {
pub outbound_lane_data: Option<OutboundLaneData>,
/// Proof size requirements.
pub size: ProofSize,
/// If true, dispatch fee is paid at the target chain (if supported by configuration).
/// Where the fee for dispatching message is paid?
pub dispatch_fee_payment: DispatchFeePayment,
}