mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-06 08:27:35 +00:00
a22d7eda73
- Deleted flippin' template directories (unnecessary now) - Moved all cussin' HTML to root files instead of in _i18n folder (except for guides) - Replaced all freakin' strings with liquid translation tags - Added all Kevin' strings for each language already merged to their respective .yml files - 40 seconds of testing before sending PR Signed-off-by: rehrar <rehrar@tuta.io>
4 KiB
4 KiB
layout | title | permalink |
---|---|---|
custom | titles.accepting | /get-started/accepting/index.html |
{% t accepting.title %}
{% t accepting.basics %}
{% t accepting.basics_para1 %}
{% t accepting.basics_para2 %}
{% t accepting.basics_para3 %}
666c75666679706f6e7920697320746865206265737420706f6e792065766572
{% t accepting.checking %}
{% t accepting.checking_para1 %}
[wallet 49VNLa]: payments 666c75666679706f6e7920697320746865206265737420706f6e792065766572
payment transaction height amount unlock time
666c75666679706f6e79206973207 7ba4cd810c9b4096869849458181e98e 441942 30.00000 0
[wallet 49VNLa]: █
{% t accepting.checking_para2 %}
{% t accepting.receiving %}
- {% t accepting.receiving_list1 %}
- {% t accepting.receiving_list2 %}
- {% t accepting.receiving_list3 %}
{% t accepting.program %}
{% t accepting.program_para1 %}
get_payments: {% t accepting.program_para2 %}
get_bulk_payments: {% t accepting.program_para3 %}
{% t accepting.program_para4 %}
[ monero->~ ]$ curl -X POST http://127.0.0.1:18500/json_rpc -d '{"jsonrpc":"2.0","method":"get_bulk_payments","id":"test", "params":{"payment_ids": ["666c75666679706f6e7920697320746865206265737420706f6e792065766572"]}}' -H "Content-Type: application/json"
{
"id": "test",
"jsonrpc": "2.0",
"result": {
"payments": [{
"amount": 30000000000000,
"block_height": 441942,
"payment_id": "666c75666679706f6e7920697320746865206265737420706f6e792065766572",
"tx_hash": "7ba4cd810c9b4096869849458181e98e18b6474ab66415de0f4ccf7ab1162fdf",
"unlock_time": 0
}]
}
}
{% t accepting.program_para5 %}
{% t accepting.program_para6 %}
{% t accepting.scanning %}
- {% t accepting.scanning_list1 %}
- {% t accepting.scanning_list2 %}
- {% t accepting.scanning_list3 %}
- {% t accepting.scanning_list4 %}
{% t global.untranslated %} README.