mirror of https://github.com/status-im/nim-eth.git
Fix a simple merge issue
This commit is contained in:
parent
11fce4122e
commit
8acdbedfbd
|
@ -549,7 +549,6 @@ proc p2pProtocolBackendImpl*(protocol: P2PProtocol): Backend =
|
|||
EthereumNode = bindSym "EthereumNode"
|
||||
|
||||
initRlpWriter = bindSym "initRlpWriter"
|
||||
safeEnterList = bindSym "safeEnterList"
|
||||
rlpFromBytes = bindSym "rlpFromBytes"
|
||||
append = bindSym("append", brForceOpen)
|
||||
read = bindSym("read", brForceOpen)
|
||||
|
|
Loading…
Reference in New Issue