Remove unused address field

pull/784/head
Eugene Kim 6 years ago
parent 0364fa422b
commit c31759cfd5
  1. 1
      node/node.go

@ -141,7 +141,6 @@ type Node struct {
//Node Account //Node Account
AccountKey *ecdsa.PrivateKey AccountKey *ecdsa.PrivateKey
Address common.Address
// For test only // For test only
TestBankKeys []*ecdsa.PrivateKey TestBankKeys []*ecdsa.PrivateKey

Loading…
Cancel
Save