mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-21 14:04:20 +01:00
parent
976cbebd09
commit
11bd614171
3 changed files with 3 additions and 3 deletions
|
@ -978,7 +978,7 @@ type ImportMultiRequest struct {
|
|||
KeyPool *bool `json:"keypool,omitempty"`
|
||||
}
|
||||
|
||||
// ImportMultiRequest defines the options struct, provided to the
|
||||
// ImportMultiOptions defines the options struct, provided to the
|
||||
// ImportMultiCmd as a pointer argument.
|
||||
type ImportMultiOptions struct {
|
||||
Rescan bool `json:"rescan"` // Rescan the blockchain after all imports
|
||||
|
|
|
@ -890,7 +890,7 @@ func (c *Client) EstimateFee(numBlocks int64) (float64, error) {
|
|||
return c.EstimateFeeAsync(numBlocks).Receive()
|
||||
}
|
||||
|
||||
// FutureEstimateFeeResult is a future promise to deliver the result of a
|
||||
// FutureEstimateSmartFeeResult is a future promise to deliver the result of a
|
||||
// EstimateSmartFeeAsync RPC invocation (or an applicable error).
|
||||
type FutureEstimateSmartFeeResult chan *Response
|
||||
|
||||
|
|
|
@ -2610,7 +2610,7 @@ func (c *Client) GetInfo() (*btcjson.InfoWalletResult, error) {
|
|||
return c.GetInfoAsync().Receive()
|
||||
}
|
||||
|
||||
// FutureImportPubKeyResult is a future promise to deliver the result of an
|
||||
// FutureWalletCreateFundedPsbtResult is a future promise to deliver the result of an
|
||||
// WalletCreateFundedPsbt RPC invocation (or an applicable error).
|
||||
type FutureWalletCreateFundedPsbtResult chan *Response
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue