eosnetworkfoundation / eos-system-contracts

Other
28 stars 20 forks source link

Update MSIG comment #160

Open heifner opened 2 months ago

heifner commented 2 months ago

MSIG does not use deferred transactions:

https://github.com/eosnetworkfoundation/eos-system-contracts/blob/main/contracts/eosio.msig/include/eosio.msig/eosio.msig.hpp#L90

See https://github.com/eosnetworkfoundation/eos-system-contracts/pull/56

Also update comment to indicate how delay_sec can be used to restrict time of execution of transaction.

ericpassmore commented 2 months ago

Ah, missed that with the deferred transaction work.