Skip to content

Commit

Permalink
Merge branch 'relbeta3.9.2' of github.com:onetechnical/go-algorand in…
Browse files Browse the repository at this point in the history
…to relbeta3.9.2
  • Loading branch information
onetechnical committed Aug 26, 2022
2 parents 28f7843 + 153d7e2 commit 339db4e
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions ledger/internal/apptxn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3310,9 +3310,14 @@ func TestReloadWithTxns(t *testing.T) {
dl.fullBlock() // So that the `block` opcode has a block to inspect

lookHdr := txntest.Txn{
Type: "appl",
Sender: addrs[0],
ApprovalProgram: "txn FirstValid; int 1; -; block BlkTimestamp",
Type: "appl",
Sender: addrs[0],
ApprovalProgram: `
txn FirstValid
int 1
-
block BlkTimestamp
`,
}

dl.fullBlock(&lookHdr)
Expand Down

0 comments on commit 339db4e

Please sign in to comment.