Skip to content

Commit

Permalink
fix GetTransactionReceipt
Browse files Browse the repository at this point in the history
  • Loading branch information
Cris committed Jul 7, 2019
1 parent 8b15ca9 commit 6b89873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dapp-development/rpc/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ curl -i -H 'Content-Type: application/json' -X POST http://localhost:8685/v1/use

#### GetTransactionReceipt

Get transactionReceipt info by tansaction hash. If the transaction not submit or only submit and not packaged on chain, it will reurn not found error.
Get transactionReceipt info by transaction hash. If the transaction is not submitted or only submitted but is not packaged on chain, it will return "not found" error.

| Protocol | Method | API |
|----------|--------|-----|
Expand Down

0 comments on commit 6b89873

Please sign in to comment.