Skip to content

Commit

Permalink
Merge pull request #57 from TransferChain/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
akdilsiz authored Jul 13, 2024
2 parents 173d106 + 3b04e44 commit 0595649
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ type sendMsg struct {
// NewClient make ws client
func NewClient(address string, wsAddress string) (Client, error) {
c := new(client)
c.version = "v1.2.8"
c.version = "v1.2.9"
c.address = address
c.wsAddress = wsAddress

Expand Down
2 changes: 2 additions & 0 deletions transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const (
TypeSubMaster Type = "initial_sub_storage"
TypeSubAddresses Type = "interim_sub_storages"
TypeAccount Type = "initial_account"
TypeAccountInitialTXS Type = "initial_account_txs"
TypeMessage Type = "message"
TypeMessageSent Type = "inherit_message"
TypeMessageThreadDelete Type = "inherit_message_recv"
Expand Down Expand Up @@ -88,6 +89,7 @@ var TypesSlice = []Type{
TypeSubMaster,
TypeSubAddresses,
TypeAccount,
TypeAccountInitialTXS,
TypeMessage,
TypeMessageSent,
TypeMessageThreadDelete,
Expand Down

0 comments on commit 0595649

Please sign in to comment.