mirror of
https://github.com/trezor/blockbook.git
synced 2026-03-18 21:47:33 +01:00
Remove unnecessary fields from bchain.ScriptPubKey struct
This commit is contained in:
@@ -16,9 +16,9 @@ type Vin struct {
|
||||
}
|
||||
|
||||
type ScriptPubKey struct {
|
||||
Asm string `json:"asm"`
|
||||
Hex string `json:"hex,omitempty"`
|
||||
Type string `json:"type"`
|
||||
// Asm string `json:"asm"`
|
||||
Hex string `json:"hex,omitempty"`
|
||||
// Type string `json:"type"`
|
||||
Addresses []string `json:"addresses,omitempty"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user