Skip to content

Commit

Permalink
Merge pull request #49 from TransferChain/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
akdilsiz authored Apr 5, 2024
2 parents 067fc21 + c85b9eb commit 6b1837e
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 @@ -104,7 +104,7 @@ type sendMsg struct {
// NewClient make ws client
func NewClient(address string, wsAddress string) (Client, error) {
c := new(client)
c.version = "v1.2.4"
c.version = "v1.2.5"
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 @@ -73,6 +73,7 @@ const (
TypeMultiTransferSent Type = "multi_transfer_sent"
TypeMultiBackup Type = "multi_backup"
TypePasswdData Type = "passwd_data"
TypePasswdRoom Type = "passwd_room"
TypePasswdRoomPolicy Type = "passwd_room_policy"
TypePasswdRoomF Type = "passwd_roomF"
TypePasswdRoomData Type = "passwd_room_data"
Expand Down Expand Up @@ -120,6 +121,7 @@ var TypesSlice = []Type{
TypeMultiTransferSent,
TypeMultiBackup,
TypePasswdData,
TypePasswdRoom,
TypePasswdRoomPolicy,
TypePasswdRoomF,
TypePasswdRoomData,
Expand Down

0 comments on commit 6b1837e

Please sign in to comment.