Skip to content

Commit

Permalink
fixed method call recursion in AccountId
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Nov 21, 2023
1 parent 5c4b3f0 commit ee4c24d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/Substrate/Extrinsic/AccountId.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ public extension StaticAccountId {
try self.init(from: string, runtime: runtime, type: TypeDefinition.Never)
}

init(from string: String, runtime: any Runtime, type: TypeDefinition.Lazy) throws
{
try self.init(from: string, runtime: runtime)
}

init(pub: any PublicKey, runtime: any Runtime, type: TypeDefinition.Lazy) throws
{
try self.init(pub: pub, runtime: runtime)
Expand Down

0 comments on commit ee4c24d

Please sign in to comment.