Change codegen name holder->wrapper

This commit is contained in:
Ethan Frey
2017-05-16 16:59:40 +02:00
parent bee63ce4ff
commit db5cb8d92c
7 changed files with 7 additions and 7 deletions

View File

@ -22,7 +22,7 @@ func PubKeyFromBytes(pubKeyBytes []byte) (pubKey PubKey, err error) {
// DO NOT USE THIS INTERFACE.
// You probably want to use PubKey
// +gen holder:"PubKey,Impl[PubKeyEd25519,PubKeySecp256k1],ed25519,secp256k1"
// +gen wrapper:"PubKey,Impl[PubKeyEd25519,PubKeySecp256k1],ed25519,secp256k1"
type PubKeyInner interface {
AssertIsPubKeyInner()
Address() []byte