Skip to content

Commit

Permalink
Merge pull request #29 from tronprotocol/v0.5.13_modify
Browse files Browse the repository at this point in the history
remove 42 proposal instructions
  • Loading branch information
taihaofu authored Oct 26, 2020
2 parents a8e30d9 + a834439 commit 37057bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libsolidity/analysis/GlobalContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ namespace dev

//magicVarDecl("stake", TypeProvider::function(strings{"address", "uint256"}, strings{"bool"}, FunctionType::Kind::Stake)),
//magicVarDecl("unstake", TypeProvider::function(strings{}, strings{"bool"}, FunctionType::Kind::Unstake)),
magicVarDecl("assetissue", TypeProvider::function(strings{"bytes32", "bytes32", "uint64", "uint8"}, strings{"uint"}, FunctionType::Kind::AssetIssue)),
magicVarDecl("updateasset", TypeProvider::function(strings{"trcToken", "bytes memory", "bytes memory"}, strings{"bool"}, FunctionType::Kind::UpdateAsset)),
//magicVarDecl("assetissue", TypeProvider::function(strings{"bytes32", "bytes32", "uint64", "uint8"}, strings{"uint"}, FunctionType::Kind::AssetIssue)),
//magicVarDecl("updateasset", TypeProvider::function(strings{"trcToken", "bytes memory", "bytes memory"}, strings{"bool"}, FunctionType::Kind::UpdateAsset)),
//magicVarDecl("withdrawreward", TypeProvider::function(strings{}, strings{"uint"}, FunctionType::Kind::WithdrawReward)),

magicVarDecl("tx", TypeProvider::magic(MagicType::Kind::Transaction)),
Expand Down

0 comments on commit 37057bf

Please sign in to comment.