diff --git a/bin/cli b/bin/cli index 01b65a80..2f7f651f 100755 --- a/bin/cli +++ b/bin/cli @@ -427,6 +427,7 @@ CLI.prototype.handleNode = co(function* handleNode() { this.log(' $ tx [hash/address]: View transactions.'); this.log(' $ coin [hash+index/address]: View coins.'); this.log(' $ block [hash/height]: View block.'); + this.log(' $ rpc [command] [args]: Execute RPC command.'); return; } }); diff --git a/browser/index.html b/browser/index.html index 810e63b0..ea002924 100644 --- a/browser/index.html +++ b/browser/index.html @@ -32,7 +32,7 @@ margin-top: 10px; font: 1em monospace; } - .send { + .rpc, .send { padding: 5px; margin-left: 5px; margin-top: 10px; @@ -84,6 +84,10 @@ more bitcoin magic).
+