mirror of
https://github.com/status-im/nim-eth.git
synced 2025-02-17 16:37:15 +00:00
Export EIP155_CHAIN_ID_OFFSET
This commit is contained in:
parent
1fe3de6c39
commit
4552e0333d
@ -37,7 +37,7 @@ proc append(rlpWriter: var RlpWriter, t: TransHashObj, a: EthAddress) {.inline.}
|
||||
rlpWriter.append(a)
|
||||
|
||||
const
|
||||
EIP155_CHAIN_ID_OFFSET = 35
|
||||
EIP155_CHAIN_ID_OFFSET* = 35
|
||||
|
||||
func rlpEncode*(transaction: Transaction): auto =
|
||||
# Encode transaction without signature
|
||||
|
Loading…
x
Reference in New Issue
Block a user