mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-04 19:25:51 +00:00
5 lines
140 B
Python
5 lines
140 B
Python
from __future__ import absolute_import, division, print_function, unicode_literals
|
|
|
|
def all_ledgers(server, ledger_number):
|
|
return True
|