Skip to content

Commit

Permalink
Test assembly of new block fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jannotti committed Dec 21, 2023
1 parent c42524d commit 04cfae1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/transactions/logic/assembler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1698,6 +1698,10 @@ block BlkSeed
global AssetCreateMinBalance
global AssetOptInMinBalance
global GenesisHash
pushint 1
block BlkProposer
pushint 1
block BlkFeesCollected
`, AssemblerMaxVersion)
for _, names := range [][]string{GlobalFieldNames[:], TxnFieldNames[:], blockFieldNames[:]} {
for _, f := range names {
Expand Down

0 comments on commit 04cfae1

Please sign in to comment.