Skip to content

Commit 9ec8b7f

Browse files
authored
Add to migration guide for #876 (#877)
1 parent 0bb78fa commit 9ec8b7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

v2_TO_v3_MIGRATION_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@ The following table shows the correspondence between v2 and v3 fields in the `Tr
216216
| `appForeignAssets` | `number[]` | `applicationCall.foreignAssets` | `bigint[]` | |
217217
| `boxes` | `BoxReference[]` | `applicationCall.boxes` | `TransactionBoxReference[]` | |
218218
| `stateProofType` | `number \| bigint` | `stateProof.stateProofType` | `number` | |
219-
| `stateProof` | `Uint8Array` | `stateProof.stateProof` | `Uint8Array` | |
220-
| `stateProofMessage` | `Uint8Array` | `stateProof.stateProofMessage` | `Uint8Array` | |
219+
| `stateProof` | `Uint8Array` | `stateProof.stateProof` | `StateProof` | |
220+
| `stateProofMessage` | `Uint8Array` | `stateProof.message` | `StateProofMessage` | |
221221
| `name` | `string` | | | No longer exists |
222222
| `tag` | `Buffer` | | | No longer exists |
223223

0 commit comments

Comments
 (0)