Skip to content

Commit

Permalink
Merge pull request EOSIO#121 from EOSIO/87-approve-with-hash-check
Browse files Browse the repository at this point in the history
Optionally assert multisig proposed transaction has particular ID as a condition for approval
  • Loading branch information
arhag authored Nov 8, 2018
2 parents e5535be + 592c973 commit 6b67cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
cmake_minimum_required(VERSION 3.5)
project(eosio_contracts VERSION 1.4.0)

set(EOSIO_CDT_VERSION_MIN "1.3")
set(EOSIO_CDT_VERSION_SOFT_MAX "1.3")
set(EOSIO_CDT_VERSION_MIN "1.4")
set(EOSIO_CDT_VERSION_SOFT_MAX "1.4")
#set(EOSIO_CDT_VERSION_HARD_MAX "")

find_package(eosio.cdt)
Expand Down

0 comments on commit 6b67cee

Please sign in to comment.