Handbook
Glossary
remove-label ( address -- )
Vocabulary
bitcoin
.
client
Inputs
address
a
string
Outputs
None
Word description
Removes the label associated with the given address.
Definition
USING:
bitcoin.client.private
kernel
;
IN:
bitcoin.client
::
remove-label
( address -- )
"setlabel"
{
address
}
bitcoin-request
drop
;