From 93c4327b7a4b2c25d064dbebb048f198cb795906 Mon Sep 17 00:00:00 2001 From: taihaofu Date: Tue, 19 Jan 2021 22:20:23 +0800 Subject: [PATCH] add receive --- core/contract/smart_contract.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/core/contract/smart_contract.proto b/core/contract/smart_contract.proto index 4f09e76e6..f53afa37b 100644 --- a/core/contract/smart_contract.proto +++ b/core/contract/smart_contract.proto @@ -17,6 +17,7 @@ message SmartContract { Function = 2; Event = 3; Fallback = 4; + Receive = 5; } message Param { bool indexed = 1;