dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 3545dec0f520071a42d68cce895c264f7662b31b
parent 513e323d1d30d3cb04d68a9acefa171c1a331354
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 14 Dec 2023 04:29:54 -0500

Add doc

Diffstat:
Mpkg/database/tablePokerTables.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/database/tablePokerTables.go b/pkg/database/tablePokerTables.go @@ -25,6 +25,8 @@ func (d *DkfDB) GetPokerTableBySlug(slug string) (out PokerTable, err error) { return } +// Piconero the smallest unit of Monero is 1 piconero (0.000000000001 XMR) +// https://www.getmonero.org/resources/moneropedia/denominations.html type Piconero uint64 func (p Piconero) ToPokerChip() PokerChip {