mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Return dispatch_fee_payment from message details RPC (#1014)
This commit is contained in:
committed by
Bastian Köcher
parent
ee43a560f8
commit
6ff79e9959
@@ -619,7 +619,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()
|
||||
|
||||
Reference in New Issue
Block a user