koogawa blog

iOS、Android、foursquareに関する話題

2022-08-06から1日間の記事一覧

Visibility for constructor is ignored. If you want the contract to be non-deployable, making it "abstract" is sufficient

SolidityとEthereumによる実践スマートコントラクト開発 ―Truffle Suiteを用いた開発の基礎からデプロイまで こちらの本のサンプルを試していると大量に出てくる警告です。 constructor() public { _owner = msg.sender; } どうすればよい? public を削除し…