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:
parent
788cc2621e
commit
82dce9b190
4 changed files with 13 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue