EOSIO / eosio.contracts

Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://eosio.github.io/eosio.contracts/latest
MIT License
325 stars 574 forks source link

fixing unit tests epe-124 #493

Closed dimas1185 closed 4 years ago

dimas1185 commented 4 years ago

Change Description

fixing unit tests error:

<skipped>/eosio.contracts/tests/eosio.msig_tests.cpp:298:4: note: candidate function not viable: no known conversion from 'tuple<[...], const std::__1::shared_ptr<const
eosio::chain:😛acked_transaction> &>' to 'tuple<[...], const eosio::chain::signed_transaction &>' for 1st argument

https://blockone.atlassian.net/browse/EPE-124

Deployment Changes

API Changes

Documentation Additions