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:
Tomasz Drwięga
2019-11-21 16:08:54 +01:00
committed by Bastian Köcher
parent 502deb9cce
commit 872c04b304
4 changed files with 5 additions and 5 deletions
@@ -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!(