mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-16 09:44:15 +00:00
commit
70e1a1a4df
@ -248,7 +248,6 @@ func (c *StateObject) RlpDecode(data []byte) {
|
||||
c.Nonce = decoder.Get(0).Uint()
|
||||
c.Amount = decoder.Get(1).BigInt()
|
||||
c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface()))
|
||||
c.state = NewState(ethtrie.NewTrie(ethutil.Config.Db, decoder.Get(2).Interface()))
|
||||
|
||||
c.ScriptHash = decoder.Get(3).Bytes()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user