Skip to content

Commit

Permalink
Use correct representation of pubkey (stratisproject#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeptin authored Jun 17, 2018
1 parent 5c0fb98 commit fb455c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb455c5

Please sign in to comment.