Renamed files and replaced occurencies of 'Stoppable' to 'Pausable'
This commit is contained in:
@ -26,7 +26,7 @@ The code is open-source, and `available on github <https://github.com/OpenZeppel
|
||||
:caption: Smart Contracts
|
||||
|
||||
ownable
|
||||
stoppable
|
||||
Pausable
|
||||
killable
|
||||
claimable
|
||||
migrations
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Stoppable
|
||||
Pausable
|
||||
=============================================
|
||||
|
||||
Base contract that provides an emergency stop mechanism.
|
||||
Reference in New Issue
Block a user