(t *testing.T, variation ...int)
| 449 | } |
| 450 | |
| 451 | func newTestAddressBytes(t *testing.T, variation ...int) []byte { |
| 452 | return newTestAddress(t, variation...).Bytes() |
| 453 | } |
| 454 | |
| 455 | func newTestPublicKey(t *testing.T, variation ...int) crypto.PublicKeyI { |
| 456 | kg := newTestKeyGroup(t, variation...) |
no test coverage detected