Skip to content
Snippets Groups Projects
Commit c7859c8f authored by inso's avatar inso
Browse files

Fix bug in mock server

parent 0c3aa068
No related branches found
No related tags found
No related merge requests found
...@@ -8,12 +8,12 @@ def bma_peering_generator(port): ...@@ -8,12 +8,12 @@ def bma_peering_generator(port):
"version": 1, "version": 1,
"currency": "test_currency", "currency": "test_currency",
"endpoints": [ "endpoints": [
"BASIC_MERKLED_API localhost 127.0.0.1 {port}".format(port=port) "BASIC_MERKLED_API 127.0.0.1 {port}".format(port=port)
], ],
"status": "UP", "status": "UP",
"block": "30152-00003E7F9234E7542FCF669B69B0F84FF79CCCD3", "block": "30152-00003E7F9234E7542FCF669B69B0F84FF79CCCD3",
"signature": "cXuqZuDfyHvxYAEUkPH1TQ1M+8YNDpj8kiHGYi3LIaMqEdVqwVc4yQYGivjxFMYyngRfxXkyvqBKZA6rKOulCA==", "signature": "cXuqZuDfyHvxYAEUkPH1TQ1M+8YNDpj8kiHGYi3LIaMqEdVqwVc4yQYGivjxFMYyngRfxXkyvqBKZA6rKOulCA==",
"raw": "Version: 1\nType: Peer\nCurrency: meta_brouzouf\nPublicKey: HnFcSms8jzwngtVomTTnzudZx7SHUQY8sVE1y8yBmULk\nBlock: 30152-00003E7F9234E7542FCF669B69B0F84FF79CCCD3\nEndpoints:\nBASIC_MERKLED_API localhost 127.0.0.1 {port}\n".format(port=port), "raw": "Version: 1\nType: Peer\nCurrency: meta_brouzouf\nPublicKey: HnFcSms8jzwngtVomTTnzudZx7SHUQY8sVE1y8yBmULk\nBlock: 30152-00003E7F9234E7542FCF669B69B0F84FF79CCCD3\nEndpoints:\nBASIC_MERKLED_API 127.0.0.1 {port}\n".format(port=port),
"pubkey": "HnFcSms8jzwngtVomTTnzudZx7SHUQY8sVE1y8yBmULk" "pubkey": "HnFcSms8jzwngtVomTTnzudZx7SHUQY8sVE1y8yBmULk"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment