use correct packages
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s
This commit is contained in:
@@ -61,7 +61,7 @@ func (g *RemoteGrain) GetId() CartId {
|
||||
}
|
||||
|
||||
func (g *RemoteGrain) GetCurrentState() ([]byte, error) {
|
||||
return g.Call(RemoteGetState, g.Id, RemoteGetStateReply, nil)
|
||||
return g.Call(RemoteGetState, g.Id, RemoteGetStateReply, []byte{})
|
||||
}
|
||||
|
||||
func NewRemoteGrainPool(addr string) *RemoteGrainPool {
|
||||
|
||||
Reference in New Issue
Block a user