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.
1 parent 97ac81e commit 8bfa2dfCopy full SHA for 8bfa2df
engine/execution/state/bootstrap/bootstrap_test.go
@@ -57,7 +57,7 @@ func TestBootstrapLedger(t *testing.T) {
57
}
58
59
func TestBootstrapLedger_ZeroTokenSupply(t *testing.T) {
60
- expectedStateCommitmentBytes, _ := hex.DecodeString("98843377340e868704ea9656dfccc53f6a70aa1869551b115c5caaae76754614")
+ expectedStateCommitmentBytes, _ := hex.DecodeString("e8d9f84eaa7055b38cea91aabf6546385fdec314adfa985f834ae9fb7a3fa9b7")
61
expectedStateCommitment, err := flow.ToStateCommitment(expectedStateCommitmentBytes)
62
require.NoError(t, err)
63
0 commit comments