()
| 385 | } |
| 386 | |
| 387 | func ErrNonNilBlock() ErrorI { |
| 388 | return NewError(CodeNonNilBlock, MainModule, "block is not nil") |
| 389 | } |
| 390 | |
| 391 | func ErrNilRewardRecipients() ErrorI { |
| 392 | return NewError(CodeNilRewardRecipients, MainModule, "reward recipients is nil") |
no test coverage detected