Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: nit #11

Merged
merged 1 commit into from
Mar 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Example:
// expected.
func ExampleRelayer_Read() {
// Example usage
relayer, err := rollkitbtc.NewRelayer(rollkitbtc.Config{
relayer, err := bitcoinda.NewRelayer(bitcoinda.Config{
Host: "localhost:18332",
User: "rpcuser",
Pass: "rpcpass",
Expand Down Expand Up @@ -61,15 +61,12 @@ Running the tests requires a local regtest node.

Idle for a while till coinbase coins mature.

go test -v

=== RUN ExampleRelayer_Write
--- PASS: ExampleRelayer_Write (0.07s)
--- PASS: ExampleRelayer_Write (0.13s)
=== RUN ExampleRelayer_Read
--- PASS: ExampleRelayer_Read (0.02s)
--- PASS: ExampleRelayer_Read (0.10s)
PASS
ok github.com/rollkit/rollkit-btc 0.240s

ok github.com/rollkit/bitcoin-da 0.375s

Writer:
=======
Expand Down