Fix serialization of transaction_paymentInfo (#4146)

* Add serialization test for u128

* Fix crash on serde of u128
This commit is contained in:
Tomasz Drwięga
2019-11-19 18:42:35 +01:00
committed by Gavin Wood
parent 07a05554c3
commit 613b5e7e2d
5 changed files with 29 additions and 1 deletions
+1
View File
@@ -3809,6 +3809,7 @@ version = "2.0.0"
dependencies = [
"parity-scale-codec 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)",
"sr-api 2.0.0",
"sr-primitives 2.0.0",
"sr-std 2.0.0",