We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f68abac + b118d17 commit 153d7e2Copy full SHA for 153d7e2
ledger/internal/apptxn_test.go
@@ -3310,9 +3310,14 @@ func TestReloadWithTxns(t *testing.T) {
3310
dl.fullBlock() // So that the `block` opcode has a block to inspect
3311
3312
lookHdr := txntest.Txn{
3313
- Type: "appl",
3314
- Sender: addrs[0],
3315
- ApprovalProgram: "txn FirstValid; int 1; -; block BlkTimestamp",
+ Type: "appl",
+ Sender: addrs[0],
+ ApprovalProgram: `
3316
+ txn FirstValid
3317
+ int 1
3318
+ -
3319
+ block BlkTimestamp
3320
+`,
3321
}
3322
3323
dl.fullBlock(&lookHdr)
0 commit comments