Skip to content

Commit

Permalink
U rs (#195)
Browse files Browse the repository at this point in the history
* update rs

* add Close, ParseBlockData

* add IsNewEra
  • Loading branch information
AstaFrode committed Apr 9, 2024
1 parent 0b74872 commit 0ba25a2
Show file tree
Hide file tree
Showing 10 changed files with 468 additions and 37 deletions.
6 changes: 4 additions & 2 deletions chain/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,8 @@ func (c *chainClient) VerifyPolkaSignatureWithBase58(account, msg, signature str
return ok, nil
}

func subkeytest() {

func (c *chainClient) Close() {
if c.api.Client != nil {
c.api.Client.Close()
}
}
Loading

0 comments on commit 0ba25a2

Please sign in to comment.