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 d45c7c6 commit c2ac085Copy full SHA for c2ac085
pkg/loop/internal/relayerset/relayerset_test.go
@@ -693,14 +693,10 @@ func Test_RelayerSet_SolanaService(t *testing.T) {
693
{
694
name: "GetBlock",
695
run: func(t *testing.T, sol types.SolanaService, mockSol *mocks2.SolanaService) {
696
- rew := true
697
req := soltypes.GetBlockRequest{
698
Slot: 42,
699
Opts: &soltypes.GetBlockOpts{
700
- Encoding: soltypes.EncodingJSON,
701
- TransactionDetails: soltypes.TransactionDetailsNone,
702
- Rewards: &rew,
703
- Commitment: soltypes.CommitmentConfirmed,
+ Commitment: soltypes.CommitmentConfirmed,
704
},
705
}
706
expHash := soltypes.Hash{1, 2, 3}
0 commit comments