mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 03:18:01 +00:00
Fix serialization of transaction_paymentInfo (#4146)
* Add serialization test for u128 * Fix crash on serde of u128
This commit is contained in:
committed by
Gavin Wood
parent
07a05554c3
commit
613b5e7e2d
Generated
+1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user