mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-04 01:54:28 +00:00
don't load everything on start
This commit is contained in:
parent
a1ee1b7640
commit
3c847202cd
@ -160,7 +160,6 @@ func (ctx *TxParseContext) ParseTransaction(payload []byte, pos int, slot *TxSlo
|
||||
p = dataPos
|
||||
}
|
||||
slot.rlp = payload[pos : dataPos+dataLen]
|
||||
fmt.Printf("set: %x\n", slot.rlp)
|
||||
|
||||
// Remember where signing hash data begins (it will need to be wrapped in an RLP list)
|
||||
sigHashPos := p
|
||||
|
Loading…
Reference in New Issue
Block a user