• Sebastian Stammler's avatar
    op-node: Fix maxDataSize calculation in ChannelOut.OutputFrame · 37dbb0f6
    Sebastian Stammler authored
    Bedrock frames have a fixed overhead of 23 bytes.
    
    Also removed the extra byte that was reserved for the version because
    the calling sites of OutputFrame() already subtract this byte from their
    maxSize arguments. This makes sense because the calling sites are
    responsible for handling the correct overall tx data size.
    37dbb0f6
Name
Last commit
Last update
..
chaincfg Loading commit data...
client Loading commit data...
cmd Loading commit data...
eth Loading commit data...
flags Loading commit data...
heartbeat Loading commit data...
metrics Loading commit data...
node Loading commit data...
p2p Loading commit data...
rollup Loading commit data...
sources Loading commit data...
testlog Loading commit data...
testutils Loading commit data...
version Loading commit data...
withdrawals Loading commit data...
.gitignore Loading commit data...
Dockerfile Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
README.md Loading commit data...
docker.go.work Loading commit data...
go.mod Loading commit data...
go.sum Loading commit data...
service.go Loading commit data...