mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 05:14:14 +00:00
Fix incorrect message parameters (had sender and destination swapped)
This commit is contained in:
parent
826ce4f0f9
commit
434edcc2ae
@ -78,8 +78,8 @@ proc prepareChildMessage*(
|
||||
result = newMessage(
|
||||
gas,
|
||||
c.msg.gasPrice,
|
||||
c.msg.origin,
|
||||
to,
|
||||
c.msg.origin,
|
||||
value,
|
||||
data,
|
||||
code,
|
||||
|
Loading…
x
Reference in New Issue
Block a user