Skip to content

Commit e2847f2

Browse files
Update kevm-pyk/src/kevm_pyk/kproj/evm-semantics/driver.md
Co-authored-by: Palina <polina.tolmach@gmail.com>
1 parent 77dda12 commit e2847f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kevm-pyk/src/kevm_pyk/kproj/evm-semantics

kevm-pyk/src/kevm_pyk/kproj/evm-semantics/driver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ To do so, we'll extend sort `JSON` with some EVM specific syntax, and provide a
164164
</k>
165165
<schedule> SCHED </schedule>
166166
<gasPrice> _ => #effectiveGasPrice(TXID) </gasPrice>
167-
<callGas> _ => GLIMIT -Int G0(SCHED, DATA, false)</callGas>
167+
<callGas> _ => GLIMIT -Int G0(SCHED, DATA, false) </callGas>
168168
<origin> _ => ACCTFROM </origin>
169169
<callDepth> _ => -1 </callDepth>
170170
<txPending> ListItem(TXID:Int) ... </txPending>

0 commit comments

Comments
 (0)