Skip to content

Commit

Permalink
Fixed getbalance capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Duddino committed Nov 5, 2022
1 parent dd1855d commit 4d54db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import fetch from "node-fetch";

const app = express()
const port = 3000
const allowedRpcs = ["getBalance", "help"];
const allowedRpcs = ["getbalance", "help"];

export const encodeBase64 = (data) => {
return Buffer.from(data).toString('base64');
Expand Down

0 comments on commit 4d54db1

Please sign in to comment.