mirror of https://github.com/status-im/nim-abc.git
Rename module: past -> history
This commit is contained in:
parent
87cc66a9ba
commit
32be2fd97d
|
@ -1,5 +1,5 @@
|
||||||
import abc/txstore
|
import abc/txstore
|
||||||
import abc/past
|
import abc/history
|
||||||
import ./basics
|
import ./basics
|
||||||
import ./alicebob
|
import ./alicebob
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import abc/testAcks
|
import abc/testAcks
|
||||||
|
import abc/testHistory
|
||||||
import abc/testKeys
|
import abc/testKeys
|
||||||
import abc/testPast
|
|
||||||
import abc/testTransactions
|
import abc/testTransactions
|
||||||
import abc/testTxStore
|
import abc/testTxStore
|
||||||
import abc/testValidation
|
import abc/testValidation
|
||||||
|
|
Loading…
Reference in New Issue