More dapp samples
* Info DApp, coin DApp * Additional rpc methods
This commit is contained in:
@ -11,7 +11,7 @@ func NewState(xeth *XEth) *State {
|
||||
}
|
||||
|
||||
func (self *State) State() *state.StateDB {
|
||||
return self.xeth.chainManager.State()
|
||||
return self.xeth.chainManager.TransState()
|
||||
}
|
||||
|
||||
func (self *State) Get(addr string) *Object {
|
||||
|
Reference in New Issue
Block a user