gas to data
This commit is contained in:
parent
6afc41f65a
commit
2cbb1fe860
@ -37,7 +37,7 @@ class TransactionFormatter implements IFormatter
|
||||
$value['value'] = QuantityFormatter::format($value['value']);
|
||||
}
|
||||
if (isset($value['data'])) {
|
||||
$value['data'] = HexFormatter::format($value['gas']);
|
||||
$value['data'] = HexFormatter::format($value['data']);
|
||||
}
|
||||
if (isset($value['nonce'])) {
|
||||
$value['nonce'] = QuantityFormatter::format($value['nonce']);
|
||||
|
Loading…
Reference in New Issue
Block a user