Skip to content

Commit

Permalink
ContractWriter interface updates
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Dec 5, 2024
1 parent 9567540 commit 7332d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/components/chain_components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ func (it *SolanaChainComponentsInterfaceTester[T]) GetContractReader(t T) types.
return svc
}

func (it *SolanaChainComponentsInterfaceTester[T]) GetChainWriter(t T) types.ChainWriter {
func (it *SolanaChainComponentsInterfaceTester[T]) GetContractWriter(t T) types.ContractWriter {
return nil
}

Expand Down

0 comments on commit 7332d56

Please sign in to comment.