mirror of
https://github.com/muun/recovery.git
synced 2025-02-24 03:49:13 -05:00
9 lines
199 B
Modula-2
9 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
|
|
)
|