From fb455c54ccebcebc58dfee6b1f74913311289b4d Mon Sep 17 00:00:00 2001 From: zeptin Date: Sun, 17 Jun 2018 18:39:23 +0200 Subject: [PATCH] Use correct representation of pubkey (#35) --- .../MonitorChain/MonitorChainSessionManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Stratis.FederatedPeg.Features.FederationGateway/MonitorChain/MonitorChainSessionManager.cs b/src/Stratis.FederatedPeg.Features.FederationGateway/MonitorChain/MonitorChainSessionManager.cs index f2052d9a332..cc2735b89a7 100644 --- a/src/Stratis.FederatedPeg.Features.FederationGateway/MonitorChain/MonitorChainSessionManager.cs +++ b/src/Stratis.FederatedPeg.Features.FederationGateway/MonitorChain/MonitorChainSessionManager.cs @@ -123,7 +123,7 @@ public void CreateMonitorSession(CrossChainTransactionInfo crossChainTransaction crossChainTransactionInfo.DestinationAddress, crossChainTransactionInfo.BlockNumber, this.network.ToChain(), - this.federationGatewaySettings.FederationPublicKeys.Select(f => f.ToString(network)).ToArray(), + this.federationGatewaySettings.FederationPublicKeys.Select(f => f.ToHex()).ToArray(), this.federationGatewaySettings.PublicKey, this.federationGatewaySettings.MultiSigM, this.federationGatewaySettings.MultiSigN