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
@@ -770,7 +770,7 @@ impl_runtime_apis! {
dispatch_weight: decoded_payload.weight,
size: message_data.payload.len() as _,
delivery_and_dispatch_fee: message_data.fee,
// TODO: include dispatch fee type (https://github.com/paritytech/parity-bridges-common/pull/911)
dispatch_fee_payment: decoded_payload.dispatch_fee_payment,
})
})
.collect()