FuelLabs/fuel-tx

Validate gas_per_byte

开放

#119 创建于 2022年5月6日

 (1 条评论) (0 个反应) (0 位负责人)Rust (3 个派生)auto 404
enhancementhelp wanted

仓库指标

星标
 (14 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

As per the specs, a transaction is invalid if bytePrice != gasPrice * GAS_PER_BYTE. We need to enforce this rule in tx validation.

贡献者指南