|
|
|
@ -51,6 +51,7 @@ func (node *Node) UpdateStakingList(stakeInfoReturnValue *structs.StakeInfoRetur |
|
|
|
|
copy(blsPubKey[32:64], stakeInfoReturnValue.BlsPubicKeys2[i][:]) |
|
|
|
|
copy(blsPubKey[64:96], stakeInfoReturnValue.BlsPubicKeys2[i][:]) |
|
|
|
|
node.CurrentStakes[addr] = &structs.StakeInfo{ |
|
|
|
|
Account: addr, |
|
|
|
|
BlsPublicKey: blsPubKey, |
|
|
|
|
BlockNum: blockNum, |
|
|
|
|
LockPeriodCount: lockPeriodCount, |
|
|
|
|