use correct packages
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m51s

This commit is contained in:
matst80
2024-11-10 21:58:43 +01:00
parent c70c5cd930
commit ab0e708d00
5 changed files with 65 additions and 11 deletions

View File

@@ -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 {