nut06 info now displays supported optional nuts field as false when running cdk-mintd #481

Closed
opened 2024-11-30 10:24:47 +00:00 by aki-mizu · 1 comment
aki-mizu commented 2024-11-30 10:24:47 +00:00 (Migrated from github.com)
"7": { "supported": false },
    "8": { "supported": false },
    "9": { "supported": false },
    "10": { "supported": false },
    "11": { "supported": false },
    "12": { "supported": false },
    "14": { "supported": false }, 

Is it intentional?
If it is, is there any way to enable it?
It seems this is due to the removal of below line

let nuts = Nuts::new()
        .nut04(nut04_settings)
        .nut05(nut05_settings)
        .nut07(true)
        .nut08(true)
        .nut09(true)
        .nut10(true)
        .nut11(true)
        .nut12(true)
        .nut14(true)
        .nut15(mpp_settings);

in this pull request #441

```json "7": { "supported": false }, "8": { "supported": false }, "9": { "supported": false }, "10": { "supported": false }, "11": { "supported": false }, "12": { "supported": false }, "14": { "supported": false }, ``` Is it intentional? If it is, is there any way to enable it? It seems this is due to the removal of below line ```rust let nuts = Nuts::new() .nut04(nut04_settings) .nut05(nut05_settings) .nut07(true) .nut08(true) .nut09(true) .nut10(true) .nut11(true) .nut12(true) .nut14(true) .nut15(mpp_settings); ``` in this pull request #441
thesimplekid commented 2024-12-02 17:04:39 +00:00 (Migrated from github.com)

Thanks for catching this fixed by #483

Thanks for catching this fixed by #483
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cashubtc/cdk#481
No description provided.