Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nimrod-teich committed Aug 29, 2024
1 parent 4ef940c commit aa1d876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rpcconsumer/rpcconsumer_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ func (rpccs *RPCConsumerServer) ProcessRelaySend(ctx context.Context, protocolMe
apiName := protocolMessage.GetApi().Name
resetUsedOnce := true
setArchiveOnSpecialApi := func() {
if apiName == "tx" || apiName == "chunk" || apiName == "EXPERIMENTAL_tx_status" {
if apiName == "tx" || apiName == "chunk" {
archiveExtensionArray := []string{"archive"}
protocolMessage.OverrideExtensions(archiveExtensionArray, rpccs.chainParser.ExtensionsParser())
protocolMessage.RelayPrivateData().Extensions = archiveExtensionArray
Expand Down

0 comments on commit aa1d876

Please sign in to comment.