keycard-go/lightwallet/actionsets/actionsets.go

6 lines
143 B
Go
Raw Normal View History

2018-10-24 11:42:00 +00:00
package actionsets
import "github.com/ethereum/go-ethereum/log"
2018-11-06 09:25:54 +00:00
var logger = log.New("package", "hardware-wallet-go/lightwallet/actionsets")