Merge pull request #89 from status-im/export-constant

Export EIP155_CHAIN_ID_OFFSET
This commit is contained in:
Yuriy Glukhov 2019-08-13 19:39:35 +02:00 committed by GitHub
commit 7130a378d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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