Export EIP155_CHAIN_ID_OFFSET

This commit is contained in:
Yuriy Glukhov 2019-08-13 10:42:50 +02:00
parent 1fe3de6c39
commit 4552e0333d
No known key found for this signature in database
GPG Key ID: 733560674BB43E6C
1 changed files with 1 additions and 1 deletions

View File

@ -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