1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

Update github.com/eosswedenorg-go/antelope-ship-client to v0.2.2

This commit is contained in:
Henrik Hautakoski 2023-02-10 16:05:43 +01:00
parent 788cc2621e
commit 82dce9b190
4 changed files with 13 additions and 10 deletions

View file

@ -15,10 +15,10 @@ import (
type ShipProcessor struct {
abi *abi.AbiManager
publisher transport.Publisher
shClient *shipclient.ShipClient
shClient *shipclient.Client
}
func SpawnProccessor(shClient *shipclient.ShipClient, publisher transport.Publisher, abi *abi.AbiManager) {
func SpawnProccessor(shClient *shipclient.Client, publisher transport.Publisher, abi *abi.AbiManager) {
processor := &ShipProcessor{
abi: abi,
publisher: publisher,