-
Notifications
You must be signed in to change notification settings - Fork 142
Some fixes #891
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some fixes #891
Changes from all commits
d331c27
cee9272
5d836bf
4ff6573
8196028
62ac62b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,3 +8,8 @@ | |
| /coverage/ | ||
| /jsdoc/ | ||
| .DS_Store | ||
| .claude/ | ||
| .idea/ | ||
| .vscode/ | ||
| .copilot/ | ||
| tsconfig.tsbuildinfo | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ export class TransactionBase { | |
| } | ||
|
|
||
| set networkPassphrase(networkPassphrase) { | ||
| this._networkPassphrase = networkPassphrase; | ||
| throw new Error('Transaction is immutable'); | ||
| } | ||
|
Comment on lines
62
to
64
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will have to be noted as a breaking change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 I'll update changelog once both "fixes" PRs are merged.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Arguably it doesn't have to be, you could call it a bug fix |
||
|
|
||
| /** | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.