Skip to content

Commit

Permalink
change type to implicitaccountcreationaddress
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberphysic4l committed Sep 19, 2023
1 parent fa8d7ed commit 31baf76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block_issuer_key_ed25519_address.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package iotago

// An Ed25519 Address Block Issuer Key.
type BlockIssuerKeyEd25519Address struct {
Address *Ed25519Address `serix:"0"`
Address *ImplicitAccountCreationAddress `serix:"0"`
}

// BlockIssuerKeyEd25519FromPublicKey creates a block issuer key from an Ed25519 public key.
func BlockIssuerKeyEd25519AddressFromAddress(address *Ed25519Address) BlockIssuerKeyEd25519Address {
func BlockIssuerKeyEd25519AddressFromAddress(address *ImplicitAccountCreationAddress) BlockIssuerKeyEd25519Address {
return BlockIssuerKeyEd25519Address{Address: address}
}

Expand Down

0 comments on commit 31baf76

Please sign in to comment.