Use balance capped to u64 for transaction payment RPC. (#4290)

* Use balance capped to u64

* Add debug.
This commit is contained in:
Tomasz Drwięga
2019-12-05 13:01:40 +01:00
committed by Gavin Wood
parent e2bf02f138
commit c42cdf185c
3 changed files with 45 additions and 8 deletions
@@ -23,4 +23,5 @@ std = [
"codec/std",
"rstd/std",
"sp-runtime/std",
"support/std",
]