mirror of
https://github.com/btcsuite/btcd.git
synced 2025-02-22 14:22:49 +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"`
|
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.
|
// ImportMultiCmd as a pointer argument.
|
||||||
type ImportMultiOptions struct {
|
type ImportMultiOptions struct {
|
||||||
Rescan bool `json:"rescan"` // Rescan the blockchain after all imports
|
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()
|
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).
|
// EstimateSmartFeeAsync RPC invocation (or an applicable error).
|
||||||
type FutureEstimateSmartFeeResult chan *Response
|
type FutureEstimateSmartFeeResult chan *Response
|
||||||
|
|
||||||
|
|
|
@ -2610,7 +2610,7 @@ func (c *Client) GetInfo() (*btcjson.InfoWalletResult, error) {
|
||||||
return c.GetInfoAsync().Receive()
|
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).
|
// WalletCreateFundedPsbt RPC invocation (or an applicable error).
|
||||||
type FutureWalletCreateFundedPsbtResult chan *Response
|
type FutureWalletCreateFundedPsbtResult chan *Response
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue