Signed-off-by: Leo Chen <leo@harmony.one>
@ -144,8 +144,9 @@ type Node struct {
PuzzleContractAddress common.Address
PuzzleManagerPrivateKey *ecdsa.PrivateKey
//Node Account
AccountKey *ecdsa.PrivateKey
// Staking Account
// TODO: leochen, can we use multiple account for staking?
StakingAccount accounts.Account
// For test only
TestBankKeys []*ecdsa.PrivateKey