|
|
@ -144,8 +144,9 @@ type Node struct { |
|
|
|
PuzzleContractAddress common.Address |
|
|
|
PuzzleContractAddress common.Address |
|
|
|
PuzzleManagerPrivateKey *ecdsa.PrivateKey |
|
|
|
PuzzleManagerPrivateKey *ecdsa.PrivateKey |
|
|
|
|
|
|
|
|
|
|
|
//Node Account
|
|
|
|
// Staking Account
|
|
|
|
AccountKey *ecdsa.PrivateKey |
|
|
|
// TODO: leochen, can we use multiple account for staking?
|
|
|
|
|
|
|
|
StakingAccount accounts.Account |
|
|
|
|
|
|
|
|
|
|
|
// For test only
|
|
|
|
// For test only
|
|
|
|
TestBankKeys []*ecdsa.PrivateKey |
|
|
|
TestBankKeys []*ecdsa.PrivateKey |
|
|
|