mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 14:16:43 +00:00
[NOD-1088] Rename RejectReasion to RejectReason (#775)
This commit is contained in:
parent
895f67a8d4
commit
a86255ba51
@ -162,8 +162,8 @@ type GetBlockTemplateResult struct {
|
|||||||
NonceRange string `json:"nonceRange,omitempty"`
|
NonceRange string `json:"nonceRange,omitempty"`
|
||||||
|
|
||||||
// Block proposal from BIP 0023.
|
// Block proposal from BIP 0023.
|
||||||
Capabilities []string `json:"capabilities,omitempty"`
|
Capabilities []string `json:"capabilities,omitempty"`
|
||||||
RejectReasion string `json:"rejectReason,omitempty"`
|
RejectReason string `json:"rejectReason,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// GetMempoolEntryResult models the data returned from the getMempoolEntry
|
// GetMempoolEntryResult models the data returned from the getMempoolEntry
|
||||||
|
Loading…
x
Reference in New Issue
Block a user