Skip to content

Commit

Permalink
添加CommitteeManager.java合约的引用注释 (FISCO-BCOS#816)
Browse files Browse the repository at this point in the history
添加所编译合约代码的注释,便于查询和维护代码
  • Loading branch information
dalaocu authored and kyonRay committed Oct 12, 2023
1 parent 004f710 commit 72da2b8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
import org.fisco.bcos.sdk.v3.transaction.model.exception.ContractException;
import org.fisco.bcos.sdk.v3.utils.StringUtils;

// Compiled from https://github.com/FISCO-BCOS/bcos-auth/blob/main/CommitteeManager.sol
@SuppressWarnings("unchecked")
public class CommitteeManager extends Contract {
public static final String[] ABI_ARRAY = {
Expand Down

0 comments on commit 72da2b8

Please sign in to comment.