Skip to content

Commit

Permalink
Small clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
unyieldinggrace committed Aug 23, 2021
1 parent 2501634 commit d337345
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/src/tests/Cryptography/NanoPoWGenerator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ test('When GenerateWorkForBlockHash is called, then correct work is returned.',
t.true(workValidated);
});

// }

let getTestObjects = () => {
return new NanoPoWGenerator();
}
6 changes: 6 additions & 0 deletions ideas.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# DEX with Nano as Base Asset (ala Bisq).

I investigated Bisq as a way to buy Monero. However, having to pay BTC tx fees makes it a bit less attractive.
I'm fairly certain that a similar system could be built using NanoFusion escrow principles.

See here for more details: https://bisq.wiki/Dispute_resolution

0 comments on commit d337345

Please sign in to comment.