From 0f1ad2260e7b3cb03178fef1d4f9fb30c7a15958 Mon Sep 17 00:00:00 2001 From: Matias Romeo Date: Fri, 23 Mar 2018 17:53:44 -0300 Subject: [PATCH] Update dispatcher.hpp --- contracts/eosiolib/dispatcher.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/eosiolib/dispatcher.hpp b/contracts/eosiolib/dispatcher.hpp index 13e2ff5fc..7e7cccc23 100644 --- a/contracts/eosiolib/dispatcher.hpp +++ b/contracts/eosiolib/dispatcher.hpp @@ -66,7 +66,7 @@ extern "C" { \ if( code == current_receiver() ) { \ TYPE thiscontract( current_receiver() ); \ switch( action ) { \ - EOSIO_API( TYPE, (transfer)(issue) ) \ + EOSIO_API( TYPE, MEMBERS ) \ } \ eosio_exit(0); \ } \ -- GitLab