Skip to content
Commit b0c36824 authored by Jim Posen's avatar Jim Posen
Browse files

srml-contract: Change gas parameter size in ext_(call|create) functions.

Gas units are generic in the contract module configuration and the size
may exceed that of u64. Instead of losing precision, treat gas the same
as other function parameters and specify input with a serialized buffer.
parent 2d7b4fe8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment