Skip to content

Commit 8343c88

Browse files
committed
remove junks
1 parent 47386f2 commit 8343c88

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

example/test/methods.dart

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ Future<ElectrumProvider> getProvider(
1515
}
1616

1717
Future<void> callBitcoinRpc(String method, [List<dynamic>? params]) async {
18-
const rpcUser = 'mohsen';
19-
const rpcPassword = 'mohsen';
20-
const rpcUrl = 'http://127.0.0.1:48332/'; // Adjust for Testnet/Regtest
18+
const rpcUser = 'n';
19+
const rpcPassword = 'n';
20+
const rpcUrl = 'http://127.0.0.1:48332/';
2121

22-
// Create the request payload
2322
final body = StringUtils.fromJson({
2423
"jsonrpc": "1.0",
2524
"id": "dart-client",

0 commit comments

Comments
 (0)