Expose isCreate for export

This commit is contained in:
coffeepots 2018-09-07 17:19:03 +01:00
parent 69f07c587a
commit 2a38c0194d
1 changed files with 1 additions and 1 deletions

View File

@ -83,5 +83,5 @@ proc `storageAddress`*(message: Message): EthAddress =
else: else:
message.destination message.destination
proc isCreate(message: Message): bool = proc isCreate*(message: Message): bool =
message.destination == CREATE_CONTRACT_ADDRESS message.destination == CREATE_CONTRACT_ADDRESS