Skip to content

Commit

Permalink
Added more deadbeef to fix conversion to uint256
Browse files Browse the repository at this point in the history
  • Loading branch information
itsafuu committed Oct 30, 2024
1 parent ea7a719 commit 9a5ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/node_test/NodeExample.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ int main( int argc, char *argv[] )

//Inputs

sgns::GeniusNode node_instance( DEV_CONFIG, "deadbeef" );
sgns::GeniusNode node_instance( DEV_CONFIG, "deadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeefdeadbeef" );

std::cout << "Insert \"process\", the image and the number of tokens to be" << std::endl;
while ( true )
Expand Down

0 comments on commit 9a5ec54

Please sign in to comment.