Skip to content

Commit

Permalink
Fixing signature issue in gentx.
Browse files Browse the repository at this point in the history
  • Loading branch information
jer117 committed Oct 25, 2023
1 parent 3927da8 commit 4ffd224
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions celestia/gentx/Blockdaemon.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Blockdaemon",
"identity": "35892AC552B8A0A8",
"website": "blockdaemon.com",
"security_contact": "[email protected]",
"details": "Blockdaemon provides maximum uptime for the Cosmos network so that you can be confident your node will be there, ready and secure, for optimal reward generation. Contact us to stake on Cosmos today."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1evu846d408jdz5ju4883gtq9pnjvs8hzq8z2c9",
"validator_address": "celestiavaloper1evu846d408jdz5ju4883gtq9pnjvs8hz9cqnwr",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "l41ZR2w1SXZZNQUdYzsHq/oTN5FuomUG7FX/nuz3yO8="
},
"value": {
"denom": "utia",
"amount": "66400000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A300nveLJb2Bpjxs6P9kRN9jB4WbN1b52Aba8M9B3OAR"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Blockdaemon",
"identity": "35892AC552B8A0A8",
"website": "blockdaemon.com",
"security_contact": "[email protected]",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1evu846d408jdz5ju4883gtq9pnjvs8hzq8z2c9",
"validator_address": "celestiavaloper1evu846d408jdz5ju4883gtq9pnjvs8hz9cqnwr",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "xwbuyz6bUNd+Ef79w0ysCU4qgDru1OZTn/yHnPaw5JE="
},
"value": {
"denom": "utia",
"amount": "66400000000"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A300nveLJb2Bpjxs6P9kRN9jB4WbN1b52Aba8M9B3OAR"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"signatures": [
"P+cRsKsE5uCvlpPoV4GmR0QiTEw+DlkvNukajsfkE8Z5yaEHSE8PJZOynTaYvjz93CElaf8Y3cdXesgNBhQlrA=="
]
}
"tip": null
},
"signatures": [
"MbsoeQpVClnDHILJChY55dwoqrKHZ+YOCrrLVZeGkyEVPw3k3UpHnwHS51kBTEUQDyp3it2EyJV4La2cx5V86g=="
]
}

0 comments on commit 4ffd224

Please sign in to comment.