Skip to content

Commit df8379c

Browse files
peterjann8maninger
authored andcommitted
all: update docstring
1 parent 5b9d511 commit df8379c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wallet/wallet.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ type (
5959
// Tip returns the consensus change ID and block height of
6060
// the last wallet change.
6161
Tip() (types.ChainIndex, error)
62-
// UnspentSiacoinElements returns a list of all unspent siacoin outputs
63-
// including immature outputs. It also returns the tip of the chain.
62+
// UnspentSiacoinElements returns the current chain tip along with a
63+
// list of all unspent siacoin outputs, including immature ones.
6464
UnspentSiacoinElements() (types.ChainIndex, []types.SiacoinElement, error)
6565
// WalletEvents returns a paginated list of transactions ordered by
6666
// maturity height, descending. If no more transactions are available,

0 commit comments

Comments
 (0)