New API function /blockchain/self/list/file to list all files in the blockchain

This commit is contained in:
Kleissner
2021-08-19 16:51:32 +02:00
parent 4c704626aa
commit 1afeb4b211
4 changed files with 68 additions and 4 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/PeernetOfficial/Cmd
go 1.16
require (
github.com/PeernetOfficial/core v0.0.0-20210819021308-a2420b8468b1
github.com/PeernetOfficial/core v0.0.0-20210819144937-6c399a7be93c
github.com/btcsuite/btcd v0.22.0-beta.0.20210625194946-86a17263b0ff
github.com/gorilla/mux v1.8.1-0.20200912192056-d07530f46e1e
github.com/gorilla/websocket v1.4.3-0.20210424162022-e8629af678b7