Skip to content

Commit

Permalink
Buncha SEP-related module/file renames
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Oct 23, 2023
1 parent 9efd446 commit 879e3a4
Show file tree
Hide file tree
Showing 12 changed files with 473 additions and 483 deletions.
File renamed without changes.
12 changes: 0 additions & 12 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,6 @@ export class BadResponseError extends NetworkError {
}
}

export class InvalidSep10ChallengeError extends Error {
public __proto__: InvalidSep10ChallengeError;

constructor(message: string) {
const trueProto = new.target.prototype;
super(message);
this.__proto__ = trueProto;
this.constructor = InvalidSep10ChallengeError;
this.name = "InvalidSep10ChallengeError";
}
}

/**
* AccountRequiresMemoError is raised when a transaction is trying to submit an
* operation to an account which requires a memo. See
Expand Down
263 changes: 0 additions & 263 deletions src/federation/federation_server.ts

This file was deleted.

Loading

0 comments on commit 879e3a4

Please sign in to comment.