File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
engine/execution/state/bootstrap Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ func TestBootstrapLedger(t *testing.T) {
5757}
5858
5959func TestBootstrapLedger_ZeroTokenSupply (t * testing.T ) {
60- expectedStateCommitmentBytes , _ := hex .DecodeString ("da4683278168d2b6554f781b20bdafee1963cb0d998d2dfb6478c066a7ce3833 " )
60+ expectedStateCommitmentBytes , _ := hex .DecodeString ("ec0655b333e74b523c633d22d1e021ab192b7fa80dda15322289d0ba58fd1d3b " )
6161 expectedStateCommitment , err := flow .ToStateCommitment (expectedStateCommitmentBytes )
6262 require .NoError (t , err )
6363
@@ -104,7 +104,7 @@ func TestBootstrapLedger_ZeroTokenSupply(t *testing.T) {
104104// - transaction fee deduction
105105// This tests that the state commitment has not changed for the bookkeeping parts of the transaction.
106106func TestBootstrapLedger_EmptyTransaction (t * testing.T ) {
107- expectedStateCommitmentBytes , _ := hex .DecodeString ("5f34a6b220d43146619ab6826b5648b63d900fccdc90e7cbea0b41539b5f6e76 " )
107+ expectedStateCommitmentBytes , _ := hex .DecodeString ("11446409cf1155564e3a8295e7303b51dba633837e826249dabd1341b3d80ff4 " )
108108 expectedStateCommitment , err := flow .ToStateCommitment (expectedStateCommitmentBytes )
109109 require .NoError (t , err )
110110
You can’t perform that action at this time.
0 commit comments