Skip to content

Commit

Permalink
fix coinbase extra field display
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed May 17, 2024
1 parent 2ae0aa9 commit fe512a9
Show file tree
Hide file tree
Showing 4 changed files with 1,987 additions and 7,262 deletions.
2 changes: 1 addition & 1 deletion baseNodeClient.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2022 The Tari Project
// SPDX-License-Identifier: BSD-3-Clause

var { Client } = require("@tari/base-node-grpc-client");
var { Client } = require("@tariproject/base-node-grpc-client");

function createClient() {
return Client.connect(process.env.BASE_NODE_GRPC_URL || "localhost:18182");
Expand Down
Loading

0 comments on commit fe512a9

Please sign in to comment.