Skip to content

Commit

Permalink
fix a syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
tomatoishealthy committed Jan 23, 2020
1 parent 1fd0f03 commit e2ffe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/implement-a-customized-actuator-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public class SumActuator extends AbstractActuator {
}
```

For simplicity, the above implementation prints the output of SumActuator directly to a log file. If there is any information that need to be stored, consider create a new chainbase to store the data (guidance on how to create a chainbase will be revealed soon).
For simplicity, the above implementation prints the output of SumActuator directly to a log file. If there is any information that need to be stored, consider creating a new chainbase to store the data (guidance on how to create a chainbase will be revealed soon).

As `SumActuator` finished, `invokeSum(MathContract.SumContract req, StreamObserver<Transaction> responseObserver)` function in RpcApiService's sub-class `WalletApi` need to be implemented to receive and process `SumContract`.

Expand Down

0 comments on commit e2ffe7e

Please sign in to comment.