Encode-Club-Solidity-Foundations / Lesson-01

21 stars 14 forks source link

What is the method of payment for gas? #6

Open YYBer opened 1 year ago

YYBer commented 1 year ago

Just to finish homework:) Answer: Gas is paid in ether using the formula: ether cost = gasPrice * gas.

MatheusDaros commented 1 year ago

Thanks @YYBer That is a good addition to the lesson content. Just for clarifying: you should post issues if needed. For example, if you have a question that needs answering, or help with some part of the lesson content. Otherwise, that is totally fine to go without posting issues.