Skip to content

Commit

Permalink
fix 1365 (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luchuan authored and erikzhang committed Dec 16, 2019
1 parent d6c1862 commit d74cf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/Network/RPC/RpcServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ private JObject GetInvokeResult(byte[] script)
{
json["stack"] = "error: recursive reference";
}
return json;
}
return json;
}

private static JObject GetRelayResult(RelayResultReason reason)
Expand Down

0 comments on commit d74cf94

Please sign in to comment.