mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 14:23:07 +00:00
Fix new account insert key
This commit is contained in:
parent
1ce47cebc5
commit
f9fa38d3cd
@ -81,6 +81,8 @@ global process_contract_creation_txn:
|
||||
// stack: account_ptr, address, retdest
|
||||
DUP2
|
||||
// stack: address, account_ptr, address, retdest
|
||||
%addr_to_state_key
|
||||
// stack: state_key, account_ptr, address, retdest
|
||||
%mpt_insert_state_trie
|
||||
// stack: address, retdest
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user