This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
plugin options added for genesis
pull/1943/head
Greg Szabo
7 years ago
parent
38f321f843
commit
28c248f747
3 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
ansible/app_options_files/dev_money
+3
-0
ansible/app_options_files/public_testnet
+4
-0
ansible/app_options_files/relay
+ 4
- 1
ansible/app_options_files/dev_money
View File
@ -9,5 +9,8 @@
"amount": 9007199254740992
}
]
}]
}],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "1B1BE55F969F54064628A63B9559E7C21C925165"}
]
+ 3
- 0
ansible/app_options_files/public_testnet
View File
@ -188,4 +188,7 @@
]
}
],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "B01C264BFE9CBD45458256E613A6F07061A3A6B6"}
]
+ 4
- 0
ansible/app_options_files/relay
View File
@ -13,4 +13,8 @@
}
]
}
],
"plugin_options": [
"coin/issuer", {"app": "sigs", "addr": "1B1BE55F969F54064628A63B9559E7C21C925165"}
]
Write
Preview
Loading…
Cancel
Save