Skip to content

Commit

Permalink
Update src/contract/assembled_transaction.ts
Browse files Browse the repository at this point in the history
fmt

Co-authored-by: George <[email protected]>
  • Loading branch information
BlaineHeffron and Shaptic committed Jun 6, 2024
1 parent 9aacf00 commit 6148f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract/assembled_transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class AssembledTransaction<T> {
}

simulate = async (): Promise<this> => {
if(!this.built){
if (!this.built) {
if (!this.raw) {
throw new Error(
"Transaction has not yet been assembled; " +
Expand Down

0 comments on commit 6148f9d

Please sign in to comment.