Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't panic when Payload is null. (#157)
This patch fixes an issue where a null Payload in a Return or Call message could cause the rpc logic to panic. Instead, we just treat a null payload the same as an empty one.
- Loading branch information