()
| 80 | } |
| 81 | |
| 82 | func defaultTestKey() (*ecdsa.PrivateKey, common.Address) { |
| 83 | key, _ := crypto.HexToECDSA("45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8") |
| 84 | addr := crypto.PubkeyToAddress(key.PublicKey) |
| 85 | return key, addr |
| 86 | } |
| 87 | |
| 88 | func TestRecipientEmpty(t *testing.T) { |
| 89 | _, addr := defaultTestKey() |
no outgoing calls
no test coverage detected