mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 02:11:07 +00:00
Revert "Fix serialization of transaction_paymentInfo" (#4166)
* Revert "Fix serialization of `transaction_paymentInfo` (#4146)"
This reverts commit 613b5e7e2d.
* Revert chain-spec too.
* Bring back camelCase and test.
This commit is contained in:
committed by
Bastian Köcher
parent
502deb9cce
commit
872c04b304
@@ -52,11 +52,11 @@ mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn should_serialize_properly_with_u128() {
|
||||
fn should_serialize_properly_with_u64() {
|
||||
let info = RuntimeDispatchInfo {
|
||||
weight: 5,
|
||||
class: DispatchClass::Normal,
|
||||
partial_fee: 1_000_000_u128,
|
||||
partial_fee: 1_000_000_u64,
|
||||
};
|
||||
|
||||
assert_eq!(
|
||||
|
||||
Reference in New Issue
Block a user