mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
rpc: fix typo
Fixed typo in annotation of CalculateInputs method of RPC Client.
This commit is contained in:
parent
5fa11987d2
commit
70da3c86f1
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ func (c *Client) SetClient(cli *http.Client) {
|
|||
|
||||
// CalculateInputs creates input transactions for the specified amount of given
|
||||
// asset belonging to specified address. This implementation uses GetUnspents
|
||||
// JSON-RPC call internally, so make sure your RPC server suppors that.
|
||||
// JSON-RPC call internally, so make sure your RPC server supports that.
|
||||
func (c *Client) CalculateInputs(address string, asset util.Uint256, cost util.Fixed8) ([]transaction.Input, util.Fixed8, error) {
|
||||
var utxos state.UnspentBalances
|
||||
|
||||
|
|
Loading…
Reference in a new issue