mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-21 00:46:32 +00:00
rename privval#GetAddress and GetPubKey to Address and PubKey
This commit is contained in:
@ -10,7 +10,7 @@ func MakeCommit(blockID BlockID, height int64, round int,
|
||||
for i := 0; i < len(validators); i++ {
|
||||
|
||||
vote := &Vote{
|
||||
ValidatorAddress: validators[i].GetAddress(),
|
||||
ValidatorAddress: validators[i].Address(),
|
||||
ValidatorIndex: i,
|
||||
Height: height,
|
||||
Round: round,
|
||||
|
Reference in New Issue
Block a user