The method 'LogDebug' has 1 parameter but is called with 2 arguments
JaneConan opened this issue · 0 comments
JaneConan commented
In the docs, docs/demo/greeter.md
we find one line, when we copy to ide, it doesn't work~
public void LogDebug(Func<string> func) => this.SmartContractBridgeContextImplementation.LogDebug(func);