rpc: typo fixes

This commit is contained in:
Zach Ramsay
2017-08-16 15:18:55 -04:00
parent d24083b257
commit b3796e0aaa
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// Tx allows you to query the transaction results. `nil` could mean the
// transaction is in the mempool, invalidated, or was not send in the first
// transaction is in the mempool, invalidated, or was not sent in the first
// place.
//
// ```shell