|
@@ -61,7 +61,8 @@ type Block struct {
|
|
Created string `json:"created"`
|
|
Created string `json:"created"`
|
|
Updated string `json:"updated"`
|
|
Updated string `json:"updated"`
|
|
|
|
|
|
- RiffCardID string `json:"riffCardID"`
|
|
|
|
|
|
+ RiffCardID string `json:"riffCardID"`
|
|
|
|
+ RiffCardReps uint64 `json:"riffCardReps"`
|
|
}
|
|
}
|
|
|
|
|
|
func (block *Block) IsContainerBlock() bool {
|
|
func (block *Block) IsContainerBlock() bool {
|