Skip to content

Commit 671077d

Browse files
Update docs/complex-transactions.md
Co-authored-by: Janez Podhostnik <67895329+janezpodhostnik@users.noreply.github.com>
1 parent c5d8d82 commit 671077d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/complex-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Submit the signed transaction:
7777
Transaction content (`tx.cdc`):
7878
```
7979
transaction {
80-
preapre(signer1: AuthAccount, signer2: AuthAccount) {}
80+
preapre(bob: AuthAccount, charlie: AuthAccount) {}
8181
execute { ... }
8282
}
8383
```

0 commit comments

Comments
 (0)