Rename module: past -> history

This commit is contained in:
Mark Spanbroek 2021-07-08 13:20:55 +02:00
parent 87cc66a9ba
commit 32be2fd97d
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import abc/txstore
import abc/past
import abc/history
import ./basics
import ./alicebob

View File

@ -1,6 +1,6 @@
import abc/testAcks
import abc/testHistory
import abc/testKeys
import abc/testPast
import abc/testTransactions
import abc/testTxStore
import abc/testValidation