Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed May 9, 2020
1 parent 088f5ac commit a63c20f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README/ERC20/ERC20WithPausable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 可暂停代币
> 可暂停代币是指代币发行后,可以拥有权限的账户可以将代币所有功能暂停,当你的合约发生异常情况下将会有用
[合约文件: ERC20WithPausable.sol](https://github.com/Fankouzu/MintCoin/blob/master/contracts/ERC20/ERC20WithPausable.sol)

[测试脚本: ERC20WithPausable.js](https://github.com/Fankouzu/MintCoin/blob/master/test/ERC20/ERC20WithPausable.js)
Expand Down
1 change: 0 additions & 1 deletion contracts/Crowdsale/FinalizableCrowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ contract FinalizableCrowdsaleContract is
public
AllowanceCrowdsale(tokenWallet)
TimedCrowdsale(openingTime, closingTime)
FinalizableCrowdsale()
Crowdsale(rate, wallet, token)
{}

Expand Down

0 comments on commit a63c20f

Please sign in to comment.