aelf-boilerplate
aelf-boilerplate copied to clipboard
The method 'LogDebug' has 1 parameter but is called with 2 arguments
In the docs, docs/demo/greeter.md
we find one line, when we copy to ide, it doesn't work~
https://github.com/AElfProject/aelf-boilerplate/blob/f3e39b7344818b1804871424576bb15cf9e46165/docs/demo/greeter.md?plain=1#L267C1-L267C51
public void LogDebug(Func<string> func) => this.SmartContractBridgeContextImplementation.LogDebug(func);