Merge pull request #391 from harmony-one/staking-txns

Staking Transactions
pull/406/head
alajko 6 years ago committed by GitHub
commit da0f4bcda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 66
      node/contract.go
  2. 4
      node/node.go

File diff suppressed because one or more lines are too long

@ -159,6 +159,10 @@ type Node struct {
// Service manager.
serviceManager *service_manager.Manager
//Node Account
AccountKey *ecdsa.PrivateKey
Address common.Address
// For test only
TestBankKeys []*ecdsa.PrivateKey
ContractKeys []*ecdsa.PrivateKey

Loading…
Cancel
Save