mirror of
https://github.com/LBRYFoundation/lbcwallet.git
synced 2025-08-23 17:47:29 +00:00
8 lines
199 B
Modula-2
8 lines
199 B
Modula-2
module github.com/btcsuite/btcwallet/wallet/txrules
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/btcsuite/btcd v0.0.0-20190824003749-130ea5bddde3
|
|
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
|
|
)
|